All Projects → choojs → Choo Scaffold

choojs / Choo Scaffold

Licence: apache-2.0
🏗 - Scaffold out files for a Choo project

Programming Languages

javascript
184084 projects - #8 most used programming language

choo-scaffold

npm version build status downloads js-standard-style

Scaffold out files for a Choo project. Useful to speed up creating applications.

Usage

$ npx choo-scaffold <command>

API

  $ choo-scaffold <command> [options]

  Commands:

    store       generate a new store
    view        generate a new view
    component   generate a new component

  Options:

    -h, --help        print usage
    -v, --version     print version
    -q, --quiet       don't output any logs

  Examples:

    Create a new store
    $ choo-scaffold store todos

    Create a new view
    $ choo-scaffold view 404

    Create a new component
    $ choo-scaffold component button

  Running into trouble? Feel free to file an issue:
  https://github.com/choojs/choo-scaffold/issues/new

  Do you enjoy using this software? Become a backer:
  https://opencollective.com/choo

See Also

License

Apache-2.0

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].