0.3.0 • Published 8 years ago
@geekcojp/gp v0.3.0
geek-project
Usage
Install
npm i @geekcojp/gp
# npm i @geekcojp/gp@nextFlow
1 Create project directory
mkdir <project-dirname> && cd <project-dirname>2 Initialize by yarn
yarn init -y3 Initialize by gp
gp init
# with webpack
gp init --webpack4 Add template
gp add pug
gp add sass
gp add postcss
gp add typescript (--module) (--react) (--firebase)
gp add babelfor example,
Webpack + Sass + PostCSS + TypeScript + React
gp init --webpack && gp add sass && gp add postcss && gp add typescript --react
gp devPug + Sass + PostCSS + Babel
gp init && gp add pug && gp add sass && gp add postcss && gp add babel
gp dev5 develop
gp dev6 build
gp buildCommands
Top level
$ 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 babel Add Babel into the project
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
- pug
- sass
- postcss
- sass + postcss
- less
- less + postcss
- stylus
- stylus + postcss
- flow
- typescript
- jQuery (vanilla)
- CircleCI
TODO
- test this project
- pug (with webpack)
- pug (without webpack)
- sass (with webpack)
- sass (without webpack)
- postcss (with webpack)
- postcss (without webpack)
- flow (with webpack)
- flow (without webpack)
- typescript (with webpack)
- typescript (with react)
- typescript (with react-router)
- typescript (with jest)
- typescript (with enzyme)
- typescript (with ssr)
- typescript (with e2e)
- typescript (without webpack)
- circleci
0.3.0
8 years ago
0.2.5
8 years ago
0.2.5-0
8 years ago
0.2.4-0
8 years ago
0.2.3-0
8 years ago
0.2.2-0
8 years ago
0.2.1-0
8 years ago
0.2.0-0
8 years ago
0.1.16
8 years ago
0.1.15
8 years ago
0.1.14
8 years ago
0.1.13
8 years ago
0.1.12
8 years ago
0.1.11
8 years ago
0.1.10
8 years ago
0.1.9
8 years ago
0.1.8
8 years ago
0.1.7
8 years ago
0.1.6
8 years ago
0.1.5
8 years ago
0.1.4
8 years ago
0.1.3
8 years ago
0.1.2
8 years ago
0.1.1
8 years ago
0.1.0
8 years ago
0.0.6
8 years ago
0.0.5
8 years ago
0.0.4
8 years ago
0.0.3
8 years ago
0.0.2
8 years ago
0.0.1
8 years ago