Skip to content

Commit 5409bd8

Browse files
authored
Create README.md
1 parent 761f5ec commit 5409bd8

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

300/600/100/README.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# 100 - Five Minute Tour
2+
3+
# Make sure you have Backlog.md installed
4+
5+
```
6+
npm i -g backlog.md
7+
```
8+
9+
# 1. Bootstrap a repo + backlog
10+
11+
**Note**: Replace ```repository-name``` with the name of the current repository.
12+
13+
```
14+
backlog init repository-name
15+
```
16+
17+
# 2. Capture work
18+
19+
```
20+
backlog task create "Title of an example task"
21+
```
22+
23+
# 3. See where you stand
24+
25+
```
26+
backlog board view
27+
```
28+
29+
All data is saved under **backlog** folder in the root of the current repository as human‑readable Markdown with the following format ```task-<task-id> - <task-title>.md``` (e.g. task-12 - Fix typo.md).

0 commit comments

Comments
 (0)