0.1.20 • Published 7 years ago

boil-npm-package v0.1.20

Weekly downloads
48
License
MIT
Repository
github
Last release
7 years ago

view on npm npm module downloads Build Status Dependency Status

boil-npm-package

Quickly boilerplate a new npm package from the command line. Lays out the standard package structure with pre-populated package.json, npm run scripts, test, lib and bin files etc..

Install

This installs the package command:

$ npm install -g boil-npm-package

Usage

$ package new-module
33 bytes written to new-module/bin/cli.js
664 bytes written to new-module/jsdoc2md/README.md
13 bytes written to new-module/lib/new-module.js
84 bytes written to new-module/test/test.js
1100 bytes written to new-module/LICENSE
435 bytes written to new-module/package.json
520 bytes written to new-module/README.md
76 bytes written to new-module/.travis.yml

$ cd new-module
$ tree -a
.
├── .travis.yml
├── LICENSE
├── README.md
├── bin
│   └── cli.js
├── jsdoc2md
│   └── README.md
├── lib
│   └── new-module.js
├── package.json
└── test
    └── test.js
0.1.20

7 years ago

0.1.19

7 years ago

0.1.18

8 years ago

0.1.17

8 years ago

0.1.16

8 years ago

0.1.15

8 years ago

0.1.14

8 years ago

0.1.13

9 years ago

0.1.12

9 years ago

0.1.11

9 years ago

0.1.10

9 years ago

0.1.9

9 years ago

0.1.8

9 years ago

0.1.7

9 years ago

0.1.6

10 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago

0.0.1

10 years ago

0.0.0

10 years ago