1.0.4 • Published 2 years ago

scaffold-app v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

SCAFFOLD-APP - app scaffold cli

GITHUB

Description

This is a cli tool for scaffolding a new app.

Usage

npm install -g scaffold-app
scaffold-app create <option> <APPNAME>

Options

$ scaffold-app --help

  Usage: scaffold-app <command> [options] <APP NAME>

  Options:

    -V, --version  output the version number
    -h, --help     output usage information
    --web          create a basic web application directory structure
    --bootstrap    adds the latest bootstrap cdn to the index file (--web option must be present)
    --test         scaffolds with a test/app.spec.js file (--web option must be present)
  
  Commands:
      create [options] <APP NAME>  scaffold a new app
      

Dependencies

  • commander
  • chalk
  • fs

Author

Github Linkedin Twitter

License

MIT

1.0.4

2 years ago

1.0.3

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago