Skip to content

Commit 40aec6f

Browse files
author
Florian Heinze
committed
TASK: updated README
1 parent 6cc3560 commit 40aec6f

1 file changed

Lines changed: 11 additions & 12 deletions

File tree

README.md

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,21 @@
1-
# Sandstorm Dev Script Runner
1+
# Dev Script Runner
22

33
Use a shell script to document recurring development tasks and run them from anywhere inside your projects
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

77

88
<!-- 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)
9+
* [Dev Script Runner](#dev-script-runner)
10+
* [Features](#features)
11+
* [Motivation](#motivation)
12+
* [Setup](#setup)
13+
* [Writing tasks](#writing-tasks)
14+
* [Passing arguments](#passing-arguments)
15+
* [Documenting Tasks](#documenting-tasks)
16+
* [Structuring tasks into different files](#structuring-tasks-into-different-files)
17+
* [Usage](#usage)
18+
* [Roadmap](#roadmap)
2019
<!-- TOC -->
2120

2221
## Features

0 commit comments

Comments
 (0)