0.0.4 • Published 4 years ago

firestarter-cli v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

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
0.0.3

4 years ago

0.0.4

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago

0.0.0

4 years ago

1.0.0

4 years ago