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
#1 es6-transpiler ./myFile.es6 --options '{disallowUnknownReferences: false}' > ./myFile.js #2 es6-transpiler ./myFile.es6 --options ./options.js > ./myFile.js
The text was updated successfully, but these errors were encountered:
Better to follow the POSIX guidelines for command line arguments using some kind of getopt implementation.
Sorry, something went wrong.
It does not matter, i'll be glad to any implementation.
https://github.com/visionmedia/commander.js - good module.
I do not mind of the implementing this https://github.com/visionmedia/commander.js or https://github.com/davepacheco/node-getopt or something similar (but something slight and with a minimum count of dependencies). You are free to PR. Also @kobezzza you are free to add something like 'beforeCompiling' and 'afterCompiling' callbacks.
No branches or pull requests
The text was updated successfully, but these errors were encountered: