Loading repository data…
Loading repository data…
callstack / repository
A Yeoman module to author Node libraries with Prettier, Jest, Flow and Babel.
A Yeoman generator to author libraries in ES2015 (and beyond!) for Node.
Features:
babel-preset-env for latest Javascript featureseslint-config-airbnb to keep your code consistentThis is what we use at Callstack.io for various projects, including Haul.
$ npm install --global yo @callstack-io/generator-node-module
With Yo:
$ yo @callstack-io/node-module
MIT @ Callstack.io