a cli tool to help you start a new node module
$ [sudo] npm install module-starter
import {add} from 'module-starter';
add(1, 2); // 3
a cli tool to help you start a new node module
$ [sudo] npm install module-starter
import {add} from 'module-starter';
add(1, 2); // 3