1.2.1 • Published 7 years ago

@callstack-io/generator-node-module v1.2.1

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

@callstack-io/generator-node-module

A Yeoman generator to author libraries in ES2015 (and beyond!) for Node.

Features:

  • Babel and babel-preset-env for latest Javascript features
  • Flow for faster coding with static type checking
  • Jest because testing matters
  • Prettier to format your Javascript
  • Eslint and eslint-config-airbnb to keep your code consistent
  • MIT license and Code of conduct
  • Github issues template

This is what we use at Callstack.io for various projects, including Haul.

Install

$ npm install --global yo @callstack-io/generator-node-module

Usage

With Yo:

$ yo @callstack-io/node-module

License

MIT @ Callstack.io