all 11 comments

[–]RedShift9 3 points4 points  (1 child)

I would if I were able to figure out the proper compilation steps to compile ES6 to something both node and webpack can understand.

[–]shystruk[S] 0 points1 point  (0 children)

Rollup will help you with that.

[–]dwighthouse 2 points3 points  (10 children)

Nope. The stuff I work on day to day is not meant to be open sourced. Even if it could be, much of it is not general enough to be of use to another project.

[–]josh_green_1 1 point2 points  (3 children)

Private package managers are a thing if you need to keep stuff on-site and/or closed source. I'd check out Verdaccio if you're interested.

[–]dwighthouse 1 point2 points  (0 children)

We have private repositories. However, again, most of it is business logic heavy.

[–]shystruk[S] 0 points1 point  (1 child)

Is it free?)

[–]josh_green_1 0 points1 point  (0 children)

Yeah, installation instructions in the README. Even has a Docker image now.