**@gaman/kame** is the official package of gamanjs, it is very helpful for generators such as module controller service middleware etc. ### Command Todos: - [x] `gen:controller <name> <module: 'app'>` - [x] `gen:service <name> <module: 'app'>` - [x] `gen:exception <name> <module: 'app'>` - [x] `gen:middleware <name> <module: 'app'>` - [x] `gen:router <name> <module: 'app'>` - [x] `gen:module <name>` *automatically create controller, service and router* - [ ] `add <dependencies>` *install dependencies and setup the required dependencies* - [ ] `update` - [ ] `build` - [x] `fetch <METHOD> <URL> [-h "Key: Value"] [-b "Body"]` *Request internal/external API via CLI* ### Compose Todos: - [ ] `route.command('whoam', (args) => {})`
@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) => {})