npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

initialize-subpackage

1.0.4

@yoshuawuyts

npmHomeRepoSnykSocket
Downloads:20
$ npm install initialize-subpackage
DailyWeeklyMonthlyYearly

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

  • initialize
  • linklocal
  • initialize-cli
  • initialize-project

License

MIT