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

Parse nodemon.json config files #3

Open
reaganmcf opened this issue Apr 8, 2021 · 1 comment
Open

Parse nodemon.json config files #3

reaganmcf opened this issue Apr 8, 2021 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@reaganmcf
Copy link
Owner

If a nodemon.json is present in the current directory, parse nodemon's config file (nodemon.json) into lightmon's equivalent arguments. This would enable lightmon to be a 0 friction drag-and-drop replacement to nodemon for users that have nodemon configurations.

We would need to ensure that we have some sort of equivalent for every command line option they have, which might not be what we want to do. Should definitely look more into this to see if it's something we actually want to do, but the benefits seem to usability seem tremendous!

@reaganmcf reaganmcf added the enhancement New feature or request label Apr 8, 2021
@reaganmcf reaganmcf added this to the Version 0.2.0 milestone Apr 8, 2021
@alayshahh
Copy link
Collaborator

would we want to implement this the same way we want to implement the automatic lang detection? Check if nodemon.json exists if no args are given?

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