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

Any plan to publish to NPM as a module? #5

Closed
foreseaz opened this issue Jan 14, 2019 · 5 comments
Closed

Any plan to publish to NPM as a module? #5

foreseaz opened this issue Jan 14, 2019 · 5 comments

Comments

@foreseaz
Copy link

Nice work, and suggest to add package.json and publish to npm as a module for better dependencies management.

@SaulDoesCode
Copy link

I've got a derivative version of msgpack.js out on npm. simple-msgpack

@foreseaz
Copy link
Author

@SaulDoesCode cool, but I'd recommend the original author to publish his(her) own module, or you could make the PR back to this repo, so that prevent the code conflict or out-sync in future updates.

@ygoe
Copy link
Owner

ygoe commented Jan 14, 2019

I don't have any experience with Node.js which is why I haven't created such a package yet. Let's see if I can figure out what I need to do. Now that I know about an example of how it might look like. :-)

@SaulDoesCode You misspelled my GitHub name in your README.md file, the link is correct though.

@foreseaz
Copy link
Author

@ygoe it's really simple, you can just download npm, create a package.json or merge this PR in the root folder, and run npm publish (may need signup/login npm platform if haven't login before). It's a widely used module management tool for js devs. : )

@ygoe
Copy link
Owner

ygoe commented Mar 10, 2019

The npm package is now published. You can find the link in the README file. Have fun!

Please let me know if there are any issues with the package.

@ygoe ygoe closed this as completed Mar 10, 2019
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

3 participants