You can use this to build a website, a server or both of them.
First, install Yeoman and generator-cat using npm (we assume you have pre-installed node.js).
npm install -g yo
npm install -g generator-cat
Then generate your new project:
yo cat
We does not recommend using those subgenerators because the most of those subgenerators use the plugins
in .yo-rc.json
. Use those subgenerators with yo cat:subgenerators
.
-
cat:add
: You can use to add some template file to your project.-
options
-
item
: Choose the template which will be added to project. -
name
: This is the name of the output file.
-
-
list
- react
- reducer
- relay
- router
- schema
- jest
-
-
cat:mobile-app
: Use after runcreate-react-native-app
.
- Yeoman has a heart of gold.
- Yeoman is a person with feelings and opinions, but is very easy to work with.
- Yeoman can be too opinionated at times but is easily convinced not to be.
- Feel free to learn more about Yeoman.
MIT © hsuting