We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello thanks for your project!
It would be awesome if strip-comments have CLI mode.
Like this:
const strip = require('strip-comments') const fs = require('fs') fs.writeFileSync(process.argv[3] || process.stdout.fd, strip(fs.readFileSync(process.argv[2] || process.stdin.fd, 'utf-8')))
I can make PR.
The text was updated successfully, but these errors were encountered:
Prior discussion: #8 (I'm not sure what happened to this change, it seems like it might not have been merged (?))
Sorry, something went wrong.
Here is where the discussion continued: #10 & #11
No branches or pull requests
Hello thanks for your project!
It would be awesome if strip-comments have CLI mode.
Like this:
I can make PR.
The text was updated successfully, but these errors were encountered: