1.0.1 • Published 7 years ago
datosync v1.0.1
DatoSync
A simple tool to pull, diff and synchronize DatoCMS models and fields.
Usage
- run
datosync -hto show the help information - run
datosync pull -t <token>to pull all models and fields and write them to a file - run
datosync diff -s <filename-or-token> -d <filename-or-token>to compare all models and fields and show the current diff
Development
- run
npm installto install all dependencies - run
npm testto run the tests
We hook into git using husky in order to format code on pre-commit using
lint-staged and prettier and to run all tests on pre-push.
License
The package is available as open source under the terms of the MIT License.