DatoCMS JS Client
NodeJS/Browser client and CLI for DatoCMS.
DatoCMS is a fully customizable administrative area for your static websites:
- Use your favorite static website generator (Metalsmith, Hexo, Gatsby, and many others);
- Let your clients publish new content independently;
- Connect and build your site with any Continuous Deployment service (Netlify, Gitlab, CircleCI, etc.);
- Host the site anywhere you like (Amazon S3, Netlify, Surge.sh, etc.)
Usage
This module can be used in different ways, so the documentation is split up in different files:
Development
After checking out the repo, run npm install
and bundle install
to install dependencies. Then, run npm test
to run the tests.
Updating the client when the API changes
The DatoCMS API provides an always up-to-date JSON Hyperschema: the code of this package is generated automatically starting from the schema running rake regenerate
.
Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/datocms/js-datocms-client. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.
License
The package is available as open source under the terms of the MIT License.