mirror of
https://github.com/go-task/task.git
synced 2024-12-12 10:45:49 +02:00
13 lines
237 B
YAML
13 lines
237 B
YAML
version: '2'
|
|
|
|
tasks:
|
|
install:
|
|
desc: Installs docsify to work the on the documentation site
|
|
cmds:
|
|
- npm install docsify-cli -g
|
|
|
|
serve:
|
|
desc: Serves the documentation site locally
|
|
cmds:
|
|
- docsify serve docs
|