/module-starter-sample

a sample for the output of the module starter tool

Primary LanguageJavaScript

module-starter Build Status Coverage Status

a cli tool to help you start a new node module

Installation

$ [sudo] npm install module-starter

Usage

import {add} from 'module-starter';

add(1, 2); // 3

License

MIT © Noam Okman