File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # Sandstorm Dev Script Runner
1+ # Dev Script Runner
22
33Use a shell script to document recurring development tasks and run them from anywhere inside your projects
44folder structure using ` dev some-task ` while still being able to run them without this helper calling the
55script 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
You can’t perform that action at this time.
0 commit comments