New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

choo-scaffold

Package Overview
Dependencies
Maintainers
26
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

choo-scaffold

Scaffold out Choo files

latest
Source
npmnpm
Version
1.2.0
Version published
Maintainers
26
Created
Source

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

Keywords

choo

FAQs

Package last updated on 25 Jun 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts