ng2ninja
v7.0.0
Published
CLI for the exercises from the ebook "Become a ninja with Angular"
Readme
ng2ninja
Node module used to compute and submit score to angular-exercises.ninja-squad.com
Build
Run:
npm run buildLint:
npm run lintTest:
npm run test testsIntegration test (builds a CLI app and test it with the local ng2ninja build):
npm run test integrationTest locally
To use the current dev version in ponyracer:
rm -rf dist
npm run build
npm linkThen in ponyracer:
npm link ng2ninja
npm run ng2ninjaRelease
git fetch
git checkout master
git reset --hard origin/master
rm -rf dist
npm run build
npm version patch
git push --tags
npm publish