generator-wy

0.0.9 • Public • Published

generator-wy NPM version Build Status

what's react-cli for?

It's a cli for react, with which we can quickly build our react application.

how to use?

1. installation

First, install Yeoman and generator-wy using npm (we assume you have pre-installed node.js).

npm install -g yo
npm install -g generator-wy

2. build your project

Then cd to somewhere you like(here is desktop), then start to generate your new project with following commands:

yo wy
 

3. build react components

  • yo wy:common will create a component inside the common folder. Normally, the common folder used to store the component many pages will use.
  • yo wy:pages will create a component inside the pages folder. Just as you can imagin, this folder used to store page component.

cd to your project folder, run :

yo wy:common
yo wy:pages



Warning

please download then cd the project folder, and run npm link. if you don't want to use it please run npm unlink in the project folder as well. if you don't do like this, it'll cause some trouble.

developement confilict

some files, such as filename .gitignore will be changed into .nmpignore, so aviod this fault. We suggest rename the files which was started with ., here we use _

contact me

If you have any issue in using this cli, please write to me, will reply to you when available. My email is mbp98k@gmail.com

License

MIT © Scott Xiong

Package Sidebar

Install

npm i generator-wy

Weekly Downloads

2

Version

0.0.9

License

MIT

Unpacked Size

360 kB

Total Files

77

Last publish

Collaborators

  • sc-98k