Initial commit
This commit is contained in:
22
docs/Commands/m4g_add/index.md
Normal file
22
docs/Commands/m4g_add/index.md
Normal file
@@ -0,0 +1,22 @@
|
||||
---
|
||||
sidebar_position: 1
|
||||
---
|
||||
|
||||
# m4g add
|
||||
|
||||
```
|
||||
Description:
|
||||
Add features to the project
|
||||
|
||||
Usage:
|
||||
m4g add [command] [options]
|
||||
|
||||
Options:
|
||||
-?, -h, --help Show help and usage information
|
||||
|
||||
Commands:
|
||||
api Add FastAPI to the project
|
||||
db Add SQLAlchemy & Alembic to the project
|
||||
git Add git to the project
|
||||
gitignore Add a default .gitignore file to the project
|
||||
```
|
||||
17
docs/Commands/m4g_add/m4g_add_api.md
Normal file
17
docs/Commands/m4g_add/m4g_add_api.md
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
sidebar_position: 1
|
||||
---
|
||||
|
||||
# m4g add api
|
||||
|
||||
```
|
||||
Description:
|
||||
Add FastAPI to the project
|
||||
|
||||
Usage:
|
||||
m4g add api [options]
|
||||
|
||||
Options:
|
||||
--api-port <api-port> The API port
|
||||
-?, -h, --help Show help and usage information
|
||||
```
|
||||
19
docs/Commands/m4g_add/m4g_add_db.md
Normal file
19
docs/Commands/m4g_add/m4g_add_db.md
Normal file
@@ -0,0 +1,19 @@
|
||||
---
|
||||
sidebar_position: 1
|
||||
---
|
||||
|
||||
# m4g add db
|
||||
|
||||
```
|
||||
Description:
|
||||
Add SQLAlchemy & Alembic to the project
|
||||
|
||||
Usage:
|
||||
m4g add db [options]
|
||||
|
||||
Options:
|
||||
--database-host-port, --dbh-port <database-host-port> The database host port
|
||||
--database-ui-port, --dbu-port <database-ui-port> The database UI port
|
||||
--database-ui-platform, --dbu-platform <linux_amd64|linux_arm32v5|linux_arm32v6|linux_arm32v7|linux_arm64v8> The docker platform for the PhpMyAdmin image
|
||||
-?, -h, --help Show help and usage information
|
||||
```
|
||||
16
docs/Commands/m4g_add/m4g_add_git.md
Normal file
16
docs/Commands/m4g_add/m4g_add_git.md
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
sidebar_position: 1
|
||||
---
|
||||
|
||||
# m4g add git
|
||||
|
||||
```
|
||||
Description:
|
||||
Add git to the project
|
||||
|
||||
Usage:
|
||||
m4g add git [options]
|
||||
|
||||
Options:
|
||||
-?, -h, --help Show help and usage information
|
||||
```
|
||||
16
docs/Commands/m4g_add/m4g_add_gitignore.md
Normal file
16
docs/Commands/m4g_add/m4g_add_gitignore.md
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
sidebar_position: 1
|
||||
---
|
||||
|
||||
# m4g add gitignore
|
||||
|
||||
```
|
||||
Description:
|
||||
Add a default .gitignore file to the project
|
||||
|
||||
Usage:
|
||||
m4g add gitignore [options]
|
||||
|
||||
Options:
|
||||
-?, -h, --help Show help and usage information
|
||||
```
|
||||
Reference in New Issue
Block a user