jhipster-core

v3.6.2
JHipster's own domain language and core objects
JHipster DSL JDL

bundle

node ./scripts/bundle.js && webpack

coverage

nyc --reporter=text-summary report

diagrams

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

lint

eslint .

lint-fix

npm run lint -- --fix

posttest

npm run coverage

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

test:watch

mocha test --watch --reporter min

Metadata

  • Apache-2.0
  • >=8.10.0
  • Mathieu Abou-Aichi
  • released 11/11/2018

Downloads