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 Request: NPM Package management support #1

Open
arizvisa opened this issue Apr 24, 2018 · 3 comments
Open

Feature Request: NPM Package management support #1

arizvisa opened this issue Apr 24, 2018 · 3 comments
Assignees

Comments

@arizvisa
Copy link

Adding an index.js that exports some of your funcs from demo.js and a package.json will expose this to the whole javascript community. This'll get you a whole ton more users and thus better support anyways.

(You could probably use viz-js from https://github.com/mdaines/viz.js as a framework, as it's essentially the same thing but for building a different target).

@cpitclaudel
Copy link
Owner

Adding an index.js that exports some of your funcs from demo.js and a package.json will expose this to the whole javascript community

Indeed, that would be great. I just haven't had time (and proper experience with JS packaging would help, too.

Help welcome :)

@cpitclaudel cpitclaudel self-assigned this May 2, 2018
@arizvisa
Copy link
Author

arizvisa commented May 3, 2018

Since you're using node.js which typically comes with npm, I'm pretty sure all you really need to do is run npm init.

Just keep in mind that you're exposing your project to a bunch of js devers :-p, so if you never wanted a career in maintaining software, then good luck with that. ;-)

@sim642
Copy link

sim642 commented Jun 28, 2018

@arizvisa I've created a similar project but I've published it on npm also: https://www.npmjs.com/package/z3em.

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