Skip to content

A CLI for setting up a basic web application with starter folders and files. Published on NPM as scaffold-app

License

Notifications You must be signed in to change notification settings

Goldenhub/scaffolda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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