geek-project

Usage
$ gp --help
gp [command]
Commands:
gp init Initialize
gp add Add a template into the project
gp remove Remove a template from the project
gp dev Develop
gp build Build for production
Options:
--version Show version number [boolean]
--help Show help [boolean]
Add
$ gp add --help
gp add
Add the tool into this project
Commands:
gp add typescript Add typescript environment
gp add sass Add sass environment
gp add postcss Add postcss environment
gp add pug Add postcss environment
Options:
--version Show version number [boolean]
--help Show help [boolean]
Supports
TODO