We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66ba92c commit 9354552Copy full SHA for 9354552
README.md
@@ -19,7 +19,7 @@ tcg
19
It will remind you how to use the CLI: you need to provide specific files, or globs:
20
21
```sh
22
-tcg myFile.ts folder/**.ts anotherFolder/**.*.ts
+tcg myFile.ts folder/*.ts anotherFolder/**/*.ts
23
```
24
25
## Developing
@@ -30,5 +30,6 @@ Suggestions or PRs for how to improve this CLI are very welcome 🙇
30
31
### Thank you
32
33
+- [Tutorial](https://convincedcoder.com/2019/01/19/Processing-TypeScript-using-TypeScript/) and code for processing TypeScript (AST)
34
- [Tutorial](https://developer.okta.com/blog/2019/06/18/command-line-app-with-nodejs) for creating a *CLI*
35
- [TS-Call-Graph](https://github.com/Deskbot/TS-Call-Graph) for inspiration
0 commit comments