TeselaGen / tg-oss

Teselagen Open Source modules
https://teselagen.github.io/tg-oss/
MIT License
37 stars 16 forks source link

Installing from github #54

Open manulera opened 6 months ago

manulera commented 6 months ago

Hello @tnrich, I am wondering what's the easiest way to install the latest version of a package from github, for example using yarn. I have seen this website (https://gitpkg.vercel.app/) for installing npm packages from repo subfolders, but I don't seem to get it to work.

tnrich commented 6 months ago

Hi @manulera why not install the packages from npm?

manulera commented 6 months ago

This would be to use a version of the package that I contributed to but has not been released yet to npm. Is there another way to do this?

manulera commented 5 months ago

Hi @tnrich any advice on this?

manulera commented 4 months ago

Hello @tnrich following up on this query, in case you have some advice

tnrich commented 4 months ago

Hi @manulera another way to do this would be to publish your own npm package of the your branch. Unfortunately you'd need to update the package json with your newly named package. Another way would be to give me access to the branch of interest and I could perhaps publish a beta or something of the sort for you. Another way would be to commit compiled code to the GitHub branch and then you should theoretically be able to use it as you please using the method you referenced above.

Let me know which of these appeals to you.

Cheers and sorry for the delay!