Skip to content
This repository has been archived by the owner on Apr 13, 2022. It is now read-only.

Commit

Permalink
new adr-tool
Browse files Browse the repository at this point in the history
  • Loading branch information
keremciu committed Apr 14, 2021
1 parent 30a5b3a commit 8d672b8
Show file tree
Hide file tree
Showing 4 changed files with 244 additions and 140 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,16 @@ USAGE
$ adr-tool create [TITLE]
OPTIONS
-f, --force
-h, --help show CLI help
-n, --name=name name to print
-h, --help show CLI help
-t, --ticket=ticket technical ticket
--status=proposed|rejected|accepted|deprecated|superseeded
EXAMPLE
$ adr-tool create use-adr-tool
a decision created on ./docs/adr/0001-use-adr-tool.md
```

_See code: [src/commands/create.ts](https://github.com/keremciu/adr-tool/blob/v0.0.5/src/commands/create.ts)_
_See code: [src/commands/create.ts](https://github.com/keremciu/adr-tool/blob/v0.0.6/src/commands/create.ts)_

## `adr-tool help [COMMAND]`

Expand Down Expand Up @@ -85,7 +85,7 @@ EXAMPLE
./docs/adr folder is created!
```

_See code: [src/commands/init.ts](https://github.com/keremciu/adr-tool/blob/v0.0.5/src/commands/init.ts)_
_See code: [src/commands/init.ts](https://github.com/keremciu/adr-tool/blob/v0.0.6/src/commands/init.ts)_

## `adr-tool toc`

Expand All @@ -103,5 +103,5 @@ EXAMPLE
./docs/adr/README.md file is created!
```

_See code: [src/commands/toc.ts](https://github.com/keremciu/adr-tool/blob/v0.0.5/src/commands/toc.ts)_
_See code: [src/commands/toc.ts](https://github.com/keremciu/adr-tool/blob/v0.0.6/src/commands/toc.ts)_
<!-- commandsstop -->
Loading

0 comments on commit 8d672b8

Please sign in to comment.