@@ -56,17 +56,18 @@ git clone
5656
5757## Make usage
5858
59- | Command | Description |
60- | :------------------ | :------------------------------------------------- |
61- | ` make compose-conf ` | Set ` .env.wsl ` & Show ` docker-compose.yml ` config. |
62- | ` make compose-up ` | Create container by ` docker-compose.yml ` . |
63- | ` make start ` | Run python file(default: ` src/main.py ` ) |
64- | ` make install-dev ` | Install dependencies (For dev) |
65- | ` make install ` | Install dependencies (For prod) |
66- | ` make lint ` | Lint with pysen |
67- | ` make lint-fix ` | Lint fix with pysen |
68- | ` make test ` | Test with pytest |
69- | ` make clean ` | Remove ` __pycache__ ` files, ` .venv ` |
59+ | Command | Description |
60+ | :------------------ | :------------------------------------------------ |
61+ | ` make compose-conf ` | Set ` .env.wsl ` & Show ` docker-compose.yml ` config |
62+ | ` make compose-up ` | Create container by ` docker-compose.yml ` |
63+ | ` make start ` | Run python file(default: ` src/main.py ` ) |
64+ | ` make install-dev ` | Install dependencies (For dev) |
65+ | ` make install ` | Install dependencies (For prod) |
66+ | ` make lint ` | Lint with pysen |
67+ | ` make lint-fix ` | Lint fix with pysen |
68+ | ` make test ` | Test with pytest |
69+ | ` make ci ` | Remove ` .venv ` dir & Install dependencies |
70+ | ` make clean ` | Remove cache files |
7071
7172If you are using windows, you can install the ` make ` command
7273[ here] ( http://gnuwin32.sourceforge.net/packages/make.htm ) .
0 commit comments