npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

choo-scaffold

1.2.0

@yerkopalma

npmHomeRepoSnykSocket
Downloads:1
$ npm install choo-scaffold
DailyWeeklyMonthlyYearly

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

  • create-choo-app - create choo apps from scratch
  • create-choo-electron - create choo electron apps from scratch
  • choo-cli - creates choo apps from templates on github

License

Apache-2.0