-
Notifications
You must be signed in to change notification settings - Fork 13
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 option --json for machine-readable output #17
Comments
The JSON looks good it as almost all of the info in it. I would rename I would probably also add |
Does it matter whether a package is missing, outdated or "too new" because the action will always be: install the package that is resolved based on resolution strategy if installed package is missing or falls outside of the required range Maybe I am missing something important? |
I don't think you are missing something important. It's that I find the name of the If we the goal is to say if a package is ok or not. Then I would rename the |
Running
femto --json # or femto --project ./src/App.fsproj --json
Generates JSON report output about the npm dependencies required or missing, I need to think about what exactly is needed and how this JSON should look like. @MangelMaxime Do you have a suggestion?
I was thinking about something like:
The text was updated successfully, but these errors were encountered: