22 lines
386 B
Markdown
22 lines
386 B
Markdown
---
|
|
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
|
|
``` |