0.1.0 • Published 7 years ago

remove-console-logs v0.1.0

Weekly downloads
27
License
GPL-3.0
Repository
github
Last release
7 years ago

What?

This is just a small tool which parses your JS and replaces any console.* calls with 0. It uses falafel to walk the AST. Falafel uses esprima to parse your JS. Finally, optimist is used for cli argument parsing.

How do I get it?

Just running npm install -g remove-console-logs should work.

How do I use it?

See remove-console-logs --help.

0.1.0

7 years ago

0.0.3

11 years ago

0.0.2

12 years ago

0.0.1

12 years ago