johntron / npm-starter

A starter codebase for writing NPM packages with node 8.7+.
MIT License
0 stars 0 forks source link
nodejs npm npm-package starter-kit

Build Status Maintainability Greenkeeper badge codecov

Getting Started

You just need to clone this project, delete the .git folder and install the NPM dependencies.

Also, change the travis-ci badge at the top from .org to travis-ci.com and set your account up there.

git clone https://github.com/johntron/npm-starter.git
rm -rf npm-starter/.git
cp -r npm-starter/* .
cp -r npm-starter/.* .
npm install
rm -rf npm-starter

Then these manual steps: