https://github.com/norlandz/code_comment_remover-ui
remove comments in java / ts (& tsx) file.
https://github.com/norlandz/code_comment_remover-ui
comment-remover javaparser nextjs typescript-parser
Last synced: 3 months ago
JSON representation
remove comments in java / ts (& tsx) file.
- Host: GitHub
- URL: https://github.com/norlandz/code_comment_remover-ui
- Owner: Norlandz
- Created: 2023-08-26T14:11:10.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-20T14:05:04.000Z (over 1 year ago)
- Last Synced: 2025-01-05T09:42:27.964Z (5 months ago)
- Topics: comment-remover, javaparser, nextjs, typescript-parser
- Language: TypeScript
- Homepage:
- Size: 810 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: docs/README.md
Awesome Lists containing this project
README
### intro
functionality: remove comments in `java / ts (& tsx)` file.### how to use
1. start up all 3 servers (see \[related projects\])
2. go to `http://localhost:3000/tool/codeCommentRemove`### demo

### related projects
https://github.com/Norlandz/code_comment_remover-ui (this) \
https://github.com/Norlandz/JavaParserSub \
https://github.com/Norlandz/JsParserSub