Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 476 Bytes

BLUEPRINT.md

File metadata and controls

13 lines (9 loc) · 476 Bytes

Blueprint rules and format

  1. Name of the generator should be of format generator-jhipster-
  2. Should be installed either globally or locally
  3. Should have keywords in package.json

During development of blueprint

  1. On blueprint folder yarn link
  2. On blueprint folder yarn link generator-jhipster
  3. On the project created yarn link generator-jhipster
  4. On the project created yarn link generator-jhipster-<bluepeintname>