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

feat(component): Adds a cli interface to the utility via json2md #13

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

chrispaterson
Copy link

Adds cli.js aliased when install in the package.json to json2md in the bin field, takes an input
json file, stdin json and outputs to stdout or specified 'md' file.

Adds cli.js aliased when install in the package.json to json2md in the bin field, takes an input
json file, stdin json and outputs to stdout or specified 'md' file.
README.md Outdated
@@ -12,6 +12,8 @@ are also very welcome.

Install the normal way: `npm install json-schema-to-markdown`

or if using cli, install globally: `npm install -g json-schema-to-markdwon`

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo in package name

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed 6a4033d

@henrikrudstrom
Copy link

This was exactly the feature i was looking for!

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

Successfully merging this pull request may close these issues.

2 participants