@softgandhi/gpm-cli
v0.0.9
Published
A CLI app for common tasks in .net core, angular, and related projects.
Downloads
8
Readme
gpm-cli
Personal CLI project for common tasks in .net core, and angular projects.
Sample Calls
To Install to local
tsc npm i -g .
To create full CRUD Operation
gpm g crud --path setup -t Student -o true
To Create Adit Controller
gpm g adit --path modules --t QuestionBank
To Create POCO Class
gpm g p -t QuizType
To create UI service
gpm g s -t QuestionBank
To create UI Grid page
gpm g index --path setup -t Class
To Translate the json files
gpm t