- A complete, easy-used structure
- Make frontend things faster
Must have
npm install -g yo
npm install -g generator-okgogoo
Make a folder for project and then generate your new project:
mkdir (porject name)
cd (project name)
yo okgogoo
Getting to know Yeoman
- 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.
Helps you to construct and orginize your static code , quickly minify html , css , js , open server, and compress img.
You can see the options of each sub generators by running yo okgogoo:(sub-name) --help
.
okgogoo:gulp-frontend
okgogoo:eslint
okgogoo:static
- Use to make a web frontend-flow-control .
- Default:
handlebar.js
( hbs -> html )compass
( scss )ES6
MIT © TseHang