パッケージの詳細

npm-starter-sample-module

servexyz2MIT0.0.4

Only purpose of this is to be imported by NPM-Starter (for unit test)

readme

NPM-Starter-Sample-Module

Only purpose of this is to be imported by NPM-Starter (for unit test)

Getting Started

Install

git clone git@github.com: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