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

Add scripts to package.json with file parameter #3

Open
gitdagray opened this issue Dec 22, 2023 · 1 comment
Open

Add scripts to package.json with file parameter #3

gitdagray opened this issue Dec 22, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@gitdagray
Copy link
Owner

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 and dev scripts in the package.json file that allow a csv parameter to be passed to the script.

For example: npm run dev --csv=filename

@gitdagray gitdagray added the enhancement New feature or request label Dec 22, 2023
@KingiDE
Copy link

KingiDE commented Dec 22, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants