0.1.0 • Published 8 years ago

generator-zoi v0.1.0

Weekly downloads
2
License
UNLICENSED
Repository
github
Last release
8 years ago

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.