A smart comments cli tool remover for all types of files from any type of project (js, ts, jsx,tsx, py, go, dart, etc..) - make it clean again.
⚠commenting code is great and you should do it but if you're like me and hate comments that comes with boilerplates and some projects then this tool is for you 🙂
| Language | Type of Comments |
|---|---|
| ✔ Python | # |
| ✔ Javascript | //, /* */, {/* */}, /** */ |
| ✔ Dart | // |
| ✔ Go | /* */, // |
| ✔ Lua | --, --[[ --]] |
| ✔ JSP | <%-- --%> |
| ✔ Ruby | =begin =end |
| ✔ HTML | <!- -> |
npm install -g cwiper
or
yarn global add cwiper
cwiper <options>
$ cwiper --path <pathname>
- Please before making a PR, read first this Contributing Guideline
MIT
Igwaneza Bruce