-
-
Notifications
You must be signed in to change notification settings - Fork 7
TODO: @gaman/kame for gaman cli #38
Copy link
Copy link
Open
Labels
TODOdependenciesPull requests that update a dependency filePull requests that update a dependency filemedium priorityprogressfeature or project in progress.feature or project in progress.
Metadata
Metadata
Assignees
Labels
TODOdependenciesPull requests that update a dependency filePull requests that update a dependency filemedium priorityprogressfeature or project in progress.feature or project in progress.
@gaman/kame is the official package of gamanjs, it is very helpful for generators such as module controller service middleware etc.
Command Todos:
gen:controller <name> <module: 'app'>gen:service <name> <module: 'app'>gen:exception <name> <module: 'app'>gen:middleware <name> <module: 'app'>gen:router <name> <module: 'app'>gen:module <name>automatically create controller, service and routeradd <dependencies>install dependencies and setup the required dependenciesupdatebuildfetch <METHOD> <URL> [-h "Key: Value"] [-b "Body"]Request internal/external API via CLICompose Todos:
route.command('whoam', (args) => {})