choo-scaffold

Scaffold out Choo files

Usage no npm install needed!

<script type="module">
  import chooScaffold from 'https://cdn.skypack.dev/choo-scaffold';
</script>

README

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