Skip to content

Commit

Permalink
docs: add examples links to README
Browse files Browse the repository at this point in the history
  • Loading branch information
nktknshn committed Jun 13, 2023
1 parent 0f687a8 commit ce5a8c3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,14 @@ type ParsedArgs =
npm install --save yargs-command-wrapper
```
# Example
# Examples
**API might change in the future.**
[https://github.com/nktknshn/yargs-command-wrapper/tree/master/examples](https://github.com/nktknshn/yargs-command-wrapper/tree/master/examples)
[https://github.com/nktknshn/typescript-money-tracker/blob/master/src/cli.ts](https://github.com/nktknshn/typescript-money-tracker/blob/master/src/cli.ts)
```typescript
import {
buildAndParse,
Expand Down

0 comments on commit ce5a8c3

Please sign in to comment.