jhipster-core

v7.0.0
JHipster's own domain language and core objects
JHipster DSL JDL

bundle

node ./scripts/bundle.js && webpack

diagrams

node ./scripts/serialize_grammar.js && eslint lib/dsl/gen/generated_serialized_grammar.js --fix

lint

eslint .

lint-fix

npm run lint -- --fix

posttest

nyc --reporter=text-summary report

prepare

npm run test && npm run diagrams && npm run bundle

release

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

commit-dist

git add dist && git add lib/dsl/gen && git commit --allow-empty -m "Update dist"

release-patch

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

release-minor

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

release-major

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

test

npm run lint && nyc mocha

test:watch

mocha --watch --reporter min

Metadata

Downloads