Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 477 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 477 Bytes

A start component

start Component with:

  • data
  • entities
  • screens
  • services
  • REST API
  • src

Create a new moqui component

To use run the following with moqui-framework 226f4826f97a0300d704b55a3aa63298aedd9acc or later:

./gradlew createComponent -Pcomponent=your-component

See this for context