Skip to content

yoshuawuyts/initialize-subpackage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

initialize-subpackage stability

npm version build status test coverage downloads js-standard-style

Create a fresh subpackage and saves it to dependencies (path:<file>). Useful in combintation with linklocal.

Installation

$ npm install initialize-subpackage

Usage

Usage: initialize-subpackage [options]

Options:
  -h, --help         Output usage information
  -v, --version      Output version number
  -n, --name         Set project name
  -c, --css          Create an index.css
  -h, --html         Create an index.html
  -I, --no-index     Don't create an index.js
  -P, --no-package   Don't create a package.json
  -T, --no-test      Don't create a test.js

Examples:
  $ initialize-subpackage       # Create a fresh subpackage
  $ initialize-subpackage -ch   # Create a package with html and css

Docs: https://github.com/yoshuawuyts/initialize-subpackage
Bugs: https://github.com/yoshuawuyts/initialize-subpackage/issues

See Also

License

MIT

About

Create a fresh subpackage

Resources

License

Stars

Watchers

Forks

Packages

No packages published