New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

initialize-subpackage

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

initialize-subpackage

Create a fresh subpackage

latest
Source
npmnpm
Version
1.0.4
Version published
Maintainers
1
Created
Source

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

Keywords

subpackage

FAQs

Package last updated on 08 Dec 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts