Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 278 Bytes

CONTRIBUTING.md

File metadata and controls

16 lines (11 loc) · 278 Bytes

Contribution Details

Setup

git clone git@github.com:coreyferguson/generator-npm-lib.git
cd generator-npm-lib
npm install
npm link

NPM Scripts

  • npm test: Automated tests.
  • npm run release: Bump the package.json version, commit, tag, and publish.