Skip to content

Commit

Permalink
Scripts to rule them all pattern, refs #36
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Jan 16, 2021
1 parent 94af408 commit fd7011c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions script/bootstrap
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash
pipenv shell
pip install -r requirements.txt
4 changes: 4 additions & 0 deletions script/build
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash
python build_database.py
python generate_screenshots.py
python update_readme.py --rewrite
2 changes: 2 additions & 0 deletions script/server
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/bash
datasette . -p 8002
2 changes: 2 additions & 0 deletions script/update
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/bash
pip install -r requirements.txt

0 comments on commit fd7011c

Please sign in to comment.