Skip to content

Commit fd7011c

Browse files
committed
Scripts to rule them all pattern, refs #36
1 parent 94af408 commit fd7011c

File tree

4 files changed

+11
-0
lines changed

4 files changed

+11
-0
lines changed

script/bootstrap

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/bash
2+
pipenv shell
3+
pip install -r requirements.txt

script/build

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/bash
2+
python build_database.py
3+
python generate_screenshots.py
4+
python update_readme.py --rewrite

script/server

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/bin/bash
2+
datasette . -p 8002

script/update

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/bin/bash
2+
pip install -r requirements.txt

0 commit comments

Comments
 (0)