Skip to content
New issue

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

Proposal: Node CLI tool as an alternative option to Makefile #10

Open
Hagith opened this issue Feb 22, 2017 · 1 comment
Open

Proposal: Node CLI tool as an alternative option to Makefile #10

Hagith opened this issue Feb 22, 2017 · 1 comment

Comments

@Hagith
Copy link

Hagith commented Feb 22, 2017

Hello,

For our current project I created simple Node CLI script, which is integrated into build process (npm scripts).
I published it as gist here: https://gist.github.com/Hagith/8c4c4db8ebc4ccffa6d9f2bf061b53ff

As NPM scripts are very popular these days, it could be good option to have a standard node.js CLI tool :)
For now it's very specific to our environment, to show overall idea.
I can improve this tool to be configurable via CLI arguments and prepare a PR.
Are you interested? :)

PS: Thank you for vue-gettext, it's working great! :)

@kemar
Copy link
Contributor

kemar commented Feb 23, 2017

Hi,

Yes it could be very helpful for people who are not familiar with Makefile. So yes, I'm interested :)

Btw it would be great if you could add some documentation in your final script so that people unfamiliar with Node CLI can understand it quickly!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants