npm-starter-sample-module
v0.0.4
Published
> Only purpose of this is to be imported by NPM-Starter (for unit test)
Downloads
5
Readme
NPM-Starter-Sample-Module
Only purpose of this is to be imported by NPM-Starter (for unit test)
Getting Started
Install
git clone [email protected]:servexyz/npm-starter-sample-module
Use
Opt A - All Together (recommended)
Cleans previous build, builds and runs test suite
npm start
Opt B - Test
Can run test in isolation
npm run test
Opt C - Build
Can run build in isolation
npm build
Docs
You'll notice that README.md is symlinked.
When forking, remove README.md. The NPM.md
file will still exist in docs (that way you don't lose initial reference)
Related
Internal