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
When I created this Node.js script, I just ran it from the command line with: node . csvFileName
node . csvFileName
It would be nice to have start and dev scripts in the package.json file that allow a csv parameter to be passed to the script.
start
dev
For example: npm run dev --csv=filename
npm run dev --csv=filename
The text was updated successfully, but these errors were encountered:
I think this issue can be "merged" with #9 because it basically does the same. Both add an mor user friendly way to run the program.
Sorry, something went wrong.
No branches or pull requests
When I created this Node.js script, I just ran it from the command line with:
node . csvFileName
It would be nice to have
start
anddev
scripts in the package.json file that allow a csv parameter to be passed to the script.For example:
npm run dev --csv=filename
The text was updated successfully, but these errors were encountered: