chore: add justfile
This commit is contained in:
8
{{project_name}}/justfile
Normal file
8
{{project_name}}/justfile
Normal file
@@ -0,0 +1,8 @@
|
||||
_:
|
||||
@just --list
|
||||
|
||||
# serve docsify page
|
||||
serve:
|
||||
python -m SimpleHTTPServer 9999
|
||||
|
||||
|
||||
Reference in New Issue
Block a user