jhipster-core

v1.3.6
JHipster's own domain language and core objects
JHipster DSL JDL

lint

eslint .

lint-fix

npm run lint -- --fix

check-dependencies

node ./scripts/check_dependencies.js

test

npm run lint && mocha test

coverage

istanbul cover ./node_modules/mocha/bin/_mocha test --

peg-parse

pegjs -o lib/dsl/pegjs_parser.js lib/dsl/grammar.txt

prepublish

npm run peg-parse && npm test

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