mirror of https://github.com/snachodog/mybuddy.git
Add new `format` gulp command to docs
This commit is contained in:
parent
002f86aebd
commit
12ba4736e6
|
@ -160,6 +160,7 @@ management commands.
|
||||||
- [`gulp docs:watch`](#docswatch)
|
- [`gulp docs:watch`](#docswatch)
|
||||||
- [`gulp extras`](#extras)
|
- [`gulp extras`](#extras)
|
||||||
- [`gulp fake`](#fake)
|
- [`gulp fake`](#fake)
|
||||||
|
- [`gulp format`](#format)
|
||||||
- [`gulp generatescheme`](#generatescheme)
|
- [`gulp generatescheme`](#generatescheme)
|
||||||
- [`gulp lint`](#lint)
|
- [`gulp lint`](#lint)
|
||||||
- [`gulp makemessages`](#makemessages)
|
- [`gulp makemessages`](#makemessages)
|
||||||
|
@ -238,6 +239,11 @@ Adds some fake data to the database. By default, ``fake`` creates one child and
|
||||||
default values, e.g. `gulp fake --children 5 --days 7` to generate five fake
|
default values, e.g. `gulp fake --children 5 --days 7` to generate five fake
|
||||||
children and seven days of data for each.
|
children and seven days of data for each.
|
||||||
|
|
||||||
|
#### `format`
|
||||||
|
|
||||||
|
Formats Baby Buddy's code base using [black](https://github.com/psf/black). Run this
|
||||||
|
before commits to ensure linting will pass!
|
||||||
|
|
||||||
#### `generateschema`
|
#### `generateschema`
|
||||||
|
|
||||||
Updates the [`openapi-schema.yml`](/openapi-schema.yml) file in the project root
|
Updates the [`openapi-schema.yml`](/openapi-schema.yml) file in the project root
|
||||||
|
|
Loading…
Reference in New Issue