Escape strings for use as JavaScript string literals from command line.
The package creates a symlink the in the .bin folder. You can run it from command line with:
js-string-escape [options] <input> <output>
-c
or --commonjs
wraps the literal into a CommonJS module.export.
-q
or --quote
wraps the literal into quotes.
-d
or --double
wrap the literal into double quotes.