nm-go

0.5.9 • Public • Published

nm-go

idiosyncratic node module inception

Build Status

This seeks to (mostly) automate the way in which I initialize node modules.

It creates an index.js, test.js, .gitignore, README.md etc. in the cwd - providing the generated scripts with require statements corresponding to the dependencies given to nm-go as arguments.

nm-go favors 'use strict', ava, and es6 import (in tests).

Install

npm install --global nm-go

Usage

$ nm-go <dependencies>

Options

  • -c, --cli - generate cli-specific files
  • -t, --test-deps - indicate test-specific dependencies

Examples

$ nm-go camel-case mkdirp glob
$ nm-go fs path async

Related (and in many ways superior)

License

MIT © Kevin Donahue

Package Sidebar

Install

npm i nm-go

Weekly Downloads

6

Version

0.5.9

License

MIT

Last publish

Collaborators

  • recursion_excursion