Skip to content

📦 Optimal skeleton/boilerplate for a new Node.js module

Notifications You must be signed in to change notification settings

alchaplinsky/module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

module

📦 Optimal boilerplate for a new Node.js module

Pre-configured development tools

Usage

Clone project boilerplate

$ git clone git@github.com:alchaplinsky/module.git
$ git remote rm origin
$ git remote add origin [YOUR_REPO]

Build code

yarn build

Run tests

yarn test

License

MIT © Alex Chaplinsky