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

[feature] Add CLI for using via npx #59

Open
ilyaigpetrov opened this issue Feb 5, 2024 · 2 comments
Open

[feature] Add CLI for using via npx #59

ilyaigpetrov opened this issue Feb 5, 2024 · 2 comments

Comments

@ilyaigpetrov
Copy link

ilyaigpetrov commented Feb 5, 2024

I would like to run npx merge ./foo.json ./bar.json or similar from my project build scripts.

@ilyaigpetrov
Copy link
Author

ilyaigpetrov commented Feb 5, 2024

I've made some early work and want it to be reviewed by the repo maintainers: see https://github.com/ilyaigpetrov/merge.
I need your guidance. I want to deliver code that will be easier for you to maintain. E.g. I need guidance in such questions as should I use TypeScript, es modules, where to output the executable script, etc.

@ilyaigpetrov ilyaigpetrov changed the title [feat] Add CLI for using via npx [feature] Add CLI for using via npx Feb 6, 2024
ilyaigpetrov added a commit to ilyaigpetrov/merge that referenced this issue Feb 6, 2024
Usage example: `npx merge ./foo.json ./bar.json`.
ilyaigpetrov added a commit to ilyaigpetrov/merge that referenced this issue Feb 6, 2024
Usage example: `npx merge ./foo.json ./bar.json`.
ilyaigpetrov added a commit to ilyaigpetrov/merge that referenced this issue Feb 6, 2024
Usage example: `npx merge ./foo.json ./bar.json`.
ilyaigpetrov added a commit to ilyaigpetrov/merge that referenced this issue Feb 6, 2024
Usage example: `npx merge ./foo.json ./bar.json`.
@ilyaigpetrov
Copy link
Author

ilyaigpetrov commented Feb 6, 2024

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.

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

No branches or pull requests

1 participant