-
Notifications
You must be signed in to change notification settings - Fork 39
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
[feature] Add CLI for using via npx
#59
Comments
I've made some early work and want it to be reviewed by the repo maintainers: see https://github.com/ilyaigpetrov/merge. |
npx
npx
Usage example: `npx merge ./foo.json ./bar.json`.
Usage example: `npx merge ./foo.json ./bar.json`.
Usage example: `npx merge ./foo.json ./bar.json`.
Usage example: `npx merge ./foo.json ./bar.json`.
Added a user-scoped package on npmjs so you can test like this: npx @ilyaigpetrov/merge objA.json objB.json Published from https://github.com/ilyaigpetrov/merge/tree/npm-scoped to https://www.npmjs.com/package/@ilyaigpetrov/merge. |
I would like to run
npx merge ./foo.json ./bar.json
or similar from my project build scripts.The text was updated successfully, but these errors were encountered: