iainkirkpatrick / choo-scaffold

πŸ— - Scaffold out files for a Choo project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

choo-scaffold

npm version build status downloads js-standard-style

Scaffold out files for a Choo project. Useful to speed up creating applications. If you're looking to generate projects from scratch, check out create-choo-app and create-choo-electron.

Usage

$ npx choo-scaffold <command>

API

  $ choo-scaffold <command> [options]

  Commands:

    store     generate a new store
    view      generate a new view

  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

  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

License

Apache-2.0

About

πŸ— - Scaffold out files for a Choo project

License:Apache License 2.0


Languages

Language:JavaScript 100.0%