Skip to content

Commit 9354552

Browse files
committed
thank you
1 parent 66ba92c commit 9354552

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ tcg
1919
It will remind you how to use the CLI: you need to provide specific files, or globs:
2020

2121
```sh
22-
tcg myFile.ts folder/**.ts anotherFolder/**.*.ts
22+
tcg myFile.ts folder/*.ts anotherFolder/**/*.ts
2323
```
2424

2525
## Developing
@@ -30,5 +30,6 @@ Suggestions or PRs for how to improve this CLI are very welcome 🙇
3030

3131
### Thank you
3232

33+
- [Tutorial](https://convincedcoder.com/2019/01/19/Processing-TypeScript-using-TypeScript/) and code for processing TypeScript (AST)
3334
- [Tutorial](https://developer.okta.com/blog/2019/06/18/command-line-app-with-nodejs) for creating a *CLI*
3435
- [TS-Call-Graph](https://github.com/Deskbot/TS-Call-Graph) for inspiration

0 commit comments

Comments
 (0)