generator-zoi
v0.1.0
Published
zoi generator
Downloads
5
Readme
ZOI Generator
Installation
First, you need to have installed yo
npm install -g yo
Then, clone this repository, on root of this project type:
cd generator-zoi/
npm install . -g
Now, you can use the generator in your project.
How to use
You are ready to use the ZOI Generator :)
In your project, you have to follow the project structure of zoi-api.
Run scaffold:
yo zoi name_of_resource
Generate all directories and files needed.
NOTE: If is it your first time using generator-zoi on your project, you must run this on your root project, because it creates a file called .yo-rc.json that is required to know which is the root of the project.