Skip to content

Instantly share code, notes, and snippets.

@VineetReynolds
Last active December 21, 2015 17:19
Show Gist options
  • Select an option

  • Save VineetReynolds/6340004 to your computer and use it in GitHub Desktop.

Select an option

Save VineetReynolds/6340004 to your computer and use it in GitHub Desktop.
Generating AngularJS Scaffold for TicketMonster
forge install-plugin angularjs;
git clone git@github.com:jboss-jdf/ticket-monster.git;
cd ticket-monster/demo/;
rest endpoint-from-entity --contentType application/json org.jboss.jdf.example.ticketmonster.model.* --strategy ROOT_AND_NESTED_DTO;
scaffold-x setup --scaffoldType angularjs --targetDir admin;
scaffold-x from src/main/java/org/jboss/jdf/example/ticketmonster/model/*;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment