Skip to content

Commit 005bc02

Browse files
author
khanh2906
committed
release v0.6.6
1 parent 2221f4b commit 005bc02

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

README.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff 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
107107
bamimi-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

0 commit comments

Comments
 (0)