File tree Expand file tree Collapse file tree 1 file changed +23
-1
lines changed
Expand file tree Collapse file tree 1 file changed +23
-1
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ bamimi-cli controller:generate <controllerName> [options]
4848- ` -p, --path <path> ` : Path for the controller (if you don’t want to use the default path).
4949- ` -f, --func <functions...> ` : List of functions to create (comma-separated).
5050- ` -t, --type <type> ` : Type of controller (api or web).
51-
51+ ****
5252### Generate Middleware
5353
5454``` bash
@@ -106,7 +106,29 @@ bamimi-cli itf:generate <interfaceName>
106106``` bash
107107bamimi-cli docker:generate
108108```
109+ ### Generate Eslint
110+
111+ ``` bash
112+ bamimi-cli lint:generate
113+ ```
114+
115+ ### Generate TestConfig
116+
117+ ``` bash
118+ bamimi-cli testConfig:generate
119+ ```
109120
121+ ### Generate SQL config, structure, install dependency
122+
123+ ``` bash
124+ bamimi-cli sql:generate
125+ ```
126+
127+ ### Get version
128+
129+ ``` bash
130+ bamimi-cli version:list-remote
131+ ```
110132
111133### Build Project
112134
You can’t perform that action at this time.
0 commit comments