@jsumners/node-skel

2.0.1 • Public • Published

node-skel

This is a simple CLI tool to initialize a new node project with some common files, npm scripts, and dependencies.

By default the following will be added:

  • A .editorconfig file
  • A .gitignore file
  • A .travis.yml file
  • Development dependences: pre-commit, snazzy, standard and tap
  • Scripts for linting and testing
  • Pre-commit hooks for linting and testing

Install and Usage

$ npm install -g @jsumners/node-skel
$ mkdir foo-project
$ cd foo-project
$ npm init
$ nskel

To learn about the available options, run nskel run --help.

Note

This utility is meant to be run directly after npm init. It will overwrite any "scripts" or "precommit" properties in the present package.json file, and any present dot files.

License

MIT License

Readme

Keywords

Package Sidebar

Install

npm i @jsumners/node-skel

Weekly Downloads

0

Version

2.0.1

License

MIT

Unpacked Size

7.93 kB

Total Files

7

Last publish

Collaborators

  • jsumners