Moved brewman python project down a level into its own folder
This commit is contained in:
19
README.md
19
README.md
@ -43,3 +43,22 @@ python3 -m pip install pyramid waitress sqlalchemy zope.sqlalchemy psycopg2
|
||||
|
||||
## Prettier - to format typescript files
|
||||
```npx prettier --write src/app/```
|
||||
|
||||
## Eslint - to lint typescript files
|
||||
```shell script
|
||||
eslint src/app/
|
||||
```
|
||||
Optional to fix the errors as well
|
||||
```
|
||||
eslint src/app/ --fix
|
||||
```
|
||||
|
||||
### Poerty remove environment
|
||||
```sh
|
||||
rm -rf `poetry env info -p`
|
||||
```
|
||||
|
||||
### Poerty install
|
||||
```sh
|
||||
poetry install
|
||||
```
|
||||
Reference in New Issue
Block a user