scaffold-app

1.0.4 • Public • Published

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

Dependencies (2)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i scaffold-app

    Weekly Downloads

    0

    Version

    1.0.4

    License

    MIT

    Unpacked Size

    7.81 kB

    Total Files

    5

    Last publish

    Collaborators

    • chibu_exe