Skip to content

ind3x/chickpea-stew

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chickpea stew

Enrich Garbanzo projects with JHipster cubes.

Examples:

  • Create Garbanzo backend project:

stew backend --source=/home/user/route/to/project/tools/jhipster --target=/home/user/route/to/project/target --package=com.chickpea.stew

guisar backend --source=/home/user/route/to/project/tools/jhipster --target=/home/user/route/to/project/target --package=com.chickpea.stew

  • Create Garbanzo frontend project:

stew frontend --source=/home/user/route/to/project/tools/jhipster --target=/home/user/route/to/project/target

guisar frontend --source=/home/user/route/to/project/tools/jhipster --target=/home/user/route/to/project/target

More info:

based on https://www.twilio.com/blog/how-to-build-a-cli-with-node-js tutorial