1.0.19 • Published 7 years ago
jadoo-cli v1.0.19
Jadoo
Jadoo is a command-line application that conjures up a data layer.
Installation
Use the package manager npm to install jadoo.
npm install --global jadoo-cliUsage
Ensure assets/ contains the following:
data-modelsshould contain the data modelstemplatesshould contain the templates
Data models are described in Yaml syntax.
Templates are defined in EJS syntax.
Ensure result/ does not contain any files or folders because they might be overwritten.
$ jadooContributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.