Wouldn't it be great if we could use rework from the command line? This makes it immediately work with any build system (and you might not even need one). All it would need is a "bin" field in package.json that points to a node binary (i.e. a file that starts with #!/usr/bin/env node). What do you think? </feature-request>
Wouldn't it be great if we could use rework from the command line? This makes it immediately work with any build system (and you might not even need one). All it would need is a
"bin"field inpackage.jsonthat points to a node binary (i.e. a file that starts with#!/usr/bin/env node). What do you think?</feature-request>