codeonly
v0.0.1
Published
Simple command line utilty to strip C/C++ style comments from code, leaving code only
Downloads
70
Readme
CodeOnly
A simple command line utility to strip C and C++ style comments from source code files.
usage: codeonly **/*.js
The argument is one or more glob patterns.
Use with caution, all matching files will be comment stripped and rewritten.