# initialize-subpackage

> Create a fresh subpackage

Latest version **1.0.4** (published 2015-12-08) · MIT license · 0 weekly downloads

## Install

```sh
npm install initialize-subpackage
pnpm add initialize-subpackage
yarn add initialize-subpackage
bun add initialize-subpackage
```

Provides the command `initialize-subpackage`.

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.4 |
| Published | 2015-12-08 |
| First published | 2015-10-10 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 12 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 2 |
| Maintainers | yoshuawuyts |
| Keywords | subpackage, submodule, internal, module, package, create, init, start, make, polyrepo, initialize |

## Links

- npm: https://www.npmjs.com/package/initialize-subpackage
- Repository: https://github.com/yoshuawuyts/initialize-subpackage
- Homepage: https://github.com/yoshuawuyts/initialize-subpackage#readme
- Issues: https://github.com/yoshuawuyts/initialize-subpackage/issues
- npm.io page: https://npm.io/package/initialize-subpackage

## Dependencies (12)

- [pump](https://npm.io/package/pump.md) ^1.0.0
- [touch](https://npm.io/package/touch.md) ^1.0.0
- [xtend](https://npm.io/package/xtend.md) ^4.0.0
- [mkdirp](https://npm.io/package/mkdirp.md) ^0.5.1
- [inquirer](https://npm.io/package/inquirer.md) ^0.10.1
- [minimist](https://npm.io/package/minimist.md) ^1.2.0
- [cliclopts](https://npm.io/package/cliclopts.md) ^1.1.1
- [map-limit](https://npm.io/package/map-limit.md) 0.0.1
- [JSONStream](https://npm.io/package/JSONStream.md) ^1.0.6
- [end-of-stream](https://npm.io/package/end-of-stream.md) ^1.1.0
- [base-package-json](https://npm.io/package/base-package-json.md) ^1.0.2
- [read-closest-package](https://npm.io/package/read-closest-package.md) ^1.2.0

## Alternatives

- [lodash.startswith](https://npm.io/package/lodash.startswith.md) — 769.7K weekly downloads
- [@tarojs/service](https://npm.io/package/@tarojs/service.md) — 33.9K weekly downloads
- [io.extendreality.tilia.indicators.spatialtargets.unity](https://npm.io/package/io.extendreality.tilia.indicators.spatialtargets.unity.md) — 131 weekly downloads
- [@rtarojs/taro](https://npm.io/package/@rtarojs/taro.md) — 90 weekly downloads
- [node-branch-io](https://npm.io/package/node-branch-io.md) — 50 weekly downloads

## Recent versions

- 1.0.4 (latest) — 2015-12-08
- 1.0.3 — 2015-12-08
- 1.0.2 — 2015-10-10
- 1.0.1 — 2015-10-10
- 1.0.0 — 2015-10-10

## README

# initialize-subpackage [![stability][0]][1]
[![npm version][2]][3] [![build status][4]][5] [![test coverage][6]][7]
[![downloads][8]][9] [![js-standard-style][10]][11]

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

## Installation
```sh
$ npm install initialize-subpackage
```

## Usage
```txt
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][13]
- [linklocal][12]
- [initialize-cli][14]
- [initialize-project][15]

## License
[MIT](https://tldrlegal.com/license/mit-license)

[0]: https://img.shields.io/badge/stability-experimental-orange.svg?style=flat-square
[1]: https://nodejs.org/api/documentation.html#documentation_stability_index
[2]: https://img.shields.io/npm/v/initialize-subpackage.svg?style=flat-square
[3]: https://npmjs.org/package/initialize-subpackage
[4]: https://img.shields.io/travis/yoshuawuyts/initialize-subpackage/master.svg?style=flat-square
[5]: https://travis-ci.org/yoshuawuyts/initialize-subpackage
[6]: https://img.shields.io/codecov/c/github/yoshuawuyts/initialize-subpackage/master.svg?style=flat-square
[7]: https://codecov.io/github/yoshuawuyts/initialize-subpackage
[8]: http://img.shields.io/npm/dm/initialize-subpackage.svg?style=flat-square
[9]: https://npmjs.org/package/initialize-subpackage
[10]: https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square
[11]: https://github.com/feross/standard
[12]: https://github.com/timoxley/linklocal
[13]: https://github.com/yoshuawuyts/initialize
[14]: https://github.com/yoshuawuyts/initialize-cli
[15]: https://github.com/yoshuawuyts/initialize-project

---
_Source: https://npm.io/package/initialize-subpackage · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
