firestarter-cli
v0.0.4
Published
cli boilerplate generator
Downloads
4
Readme
firestarter-cli
cli boilerplate builder implemented in Typescript
install
$ npm install -g firestarter-cli
$ fire
Operations
ps (cpp)
template for problem-solving using cpp
Flags
see docs
webpack
template for project using webpack & typescript + sass loaders
requirements
- git
project structure
. ├── index.html ├── package.json ├── src │ ├── App.module.scss │ ├── App.ts │ ├── index.ts │ ├── styles │ │ └── style.module.scss │ └── types │ ├── component.ts │ └── sass-module.d.ts ├── tsconfig.json ├── webpack.config.js └── yarn.lock