dsehnal / LiteMol

A library/plugin for handling 3D structural molecular data (not only) in the browser.
Other
157 stars 38 forks source link

LiteMol in mpn package manager #37

Closed skodapetr closed 4 years ago

skodapetr commented 6 years ago

As of now it seems that the "core" LiteMol is not in the npm package manager. There are only two packages that wraps LiteMol in some way, however I think it would be useful to provide LiteMol as it is.

Is there any chance that LiteMol will make it to the npm package manager?

dsehnal commented 6 years ago

In package.json you can use a GitHub repo as a source like "litemol": "github:dsehnal/LiteMol" or ("litemol": "github:dsehnal/LiteMol#commithash"). I've used it in https://github.com/MolQL/molql and it worked fine.

Would this be enough for your use case?

skodapetr commented 6 years ago

Sure, that is good enough.

I was just wondering if there was a reason, besides a lack of resources (time :), why the project is missing from npm as it can be considered to be a "standard way" of distribution.

kiyoko commented 5 years ago

I also would like to see litemol in npm because I'd like to use litemol as a BioJS web component.

dsehnal commented 5 years ago

Ok I will have a look into it.

dsehnal commented 5 years ago

Thanks for the patience, it's now available as 'litemol' package.