mirror of
https://github.com/wsvincent/awesome-django.git
synced 2025-02-20 07:12:04 +00:00
⚙️ Updates justfile compose workflows
This commit is contained in:
parent
aa9bd3d04d
commit
371d4bc9ea
11
justfile
11
justfile
|
@ -4,12 +4,16 @@
|
||||||
@alex:
|
@alex:
|
||||||
npx alex README.md
|
npx alex README.md
|
||||||
|
|
||||||
|
@bootstrap:
|
||||||
|
pip install --upgrade pip pip-tools
|
||||||
|
pip install --upgrade --requirement requirements.in
|
||||||
|
|
||||||
@build:
|
@build:
|
||||||
just toc
|
just toc
|
||||||
bundle exec jekyll build
|
bundle exec jekyll build
|
||||||
|
|
||||||
@down:
|
@down:
|
||||||
just down
|
docker-compose down
|
||||||
|
|
||||||
@lint:
|
@lint:
|
||||||
-curlylint _layouts/
|
-curlylint _layouts/
|
||||||
|
@ -19,7 +23,10 @@
|
||||||
# modd --file=modd.conf
|
# modd --file=modd.conf
|
||||||
just up ""
|
just up ""
|
||||||
|
|
||||||
@up *ARGS="-d":
|
@start *ARGS="-d":
|
||||||
|
just up {{ ARGS }}
|
||||||
|
|
||||||
|
@up *ARGS:
|
||||||
docker-compose up {{ ARGS }}
|
docker-compose up {{ ARGS }}
|
||||||
|
|
||||||
@toc:
|
@toc:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user