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
Is it intended to always print "Node" in the bin/cli.js ? https://github.com/krg7880/json-schema-generator/blob/master/bin/cli.js#L3
With this line its harder to use json-schema-generator in pipes: I need to put "| tail -n +2" for receiving correct json document
cat package.json | json-schema-generator | tail -n +2 | json2yml Instead of cat package.json | json-schema-generator | json2yml
cat package.json | json-schema-generator | tail -n +2 | json2yml
cat package.json | json-schema-generator | json2yml
The text was updated successfully, but these errors were encountered:
Yes, very annoying. Looks like @krg7880 accidentally added it in a commit called called "Fixed test suite"
Sorry, something went wrong.
No branches or pull requests
Is it intended to always print "Node" in the bin/cli.js ?
https://github.com/krg7880/json-schema-generator/blob/master/bin/cli.js#L3
With this line its harder to use json-schema-generator in pipes:
I need to put "| tail -n +2" for receiving correct json document
cat package.json | json-schema-generator | tail -n +2 | json2yml
Instead of
cat package.json | json-schema-generator | json2yml
The text was updated successfully, but these errors were encountered: