Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 588 Bytes

generators.md

File metadata and controls

21 lines (15 loc) · 588 Bytes

Generators

Entity

jhipster --blueprints react-native entity <name>
  • Prompts for the path to the entity's config (.jhipster folder in your app)
  • Generates all files needed for fetching and displaying the entity
  • Includes the API endpoints, redux/saga config, and the user interface

Import JDL

jhipster --blueprints react-native jdl <jdl-filename>
  • Import several entities at once using JDL
  • Runs the entity generator for each entity present in the JDL
  • Can also generate a full application with entities, if the JDL contains application config