Skip to content

Commit 964e119

Browse files
author
Florian Heinze
committed
TASK: fixed toc
1 parent d7cbd14 commit 964e119

1 file changed

Lines changed: 19 additions & 3 deletions

File tree

README.md

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,20 @@ Use a shell script to document recurring development tasks and run them from any
44
folder structure using `dev some-task` while still being able to run them without this helper calling the
55
script directly `./dev.sh some-task`.
66

7-
[[_TOC_]]
7+
8+
<!-- TOC -->
9+
* [Features](#features)
10+
* [Motivation](#motivation)
11+
* [Setup](#setup)
12+
* [Autocompletion](#autocompletion)
13+
* [Initialization](#initialization)
14+
* [Writing tasks](#writing-tasks)
15+
* [Passing arguments](#passing-arguments)
16+
* [Documenting Tasks](#documenting-tasks)
17+
* [Structuring tasks into different files](#structuring-tasks-into-different-files)
18+
* [Usage](#usage)
19+
* [TODOs](#todos)
20+
<!-- TOC -->
821

922
## Features
1023

@@ -149,5 +162,8 @@ source ./dev_tasks_release.sh
149162
150163
run `dev` for more information.
151164
152-
## TODOs
153-
* more features for documenting tasks -> e.g. support usage, examples, flags, params, ...
165+
## Roadmap
166+
167+
* parse from comments: usage, examples, flags, params, ...
168+
* add ready made tasks or provide copy paste examples
169+
* CLI test

0 commit comments

Comments
 (0)