Files
task/docs/Taskfile.yml

13 lines
234 B
YAML
Raw Permalink Normal View History

2019-07-07 14:18:02 -03:00
version: '3'
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:
2020-02-16 11:20:53 -03:00
- docsify serve .