generator-jhipster-dotnetcore

v0.3.0
[![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url] > JHipster blueprint,
yeoman-generator jhipster-blueprint jhipster-5

lint

eslint .

lint-fix

npm run lint -- --fix

pretest

npm run lint

test

npm run test:unit -- test/*.spec.js

test:unit

mocha --timeout 300000 --slow 0 --reporter spec

jsdoc

jsdoc --configure jsdoc-conf.json

release

git push && git push --tags && npm publish

release:patch

npm version patch -a -m "Update to %s" && npm run release

release:minor

npm version minor -a -m "Update to %s" && npm run release

release:major

npm version major -a -m "Update to %s" && npm run release

Metadata

Downloads

Maintainers