I am very excited about developing and publishing multiple libraries to npm from within a single Glitch project.
3 Likes
this is awesome @SirFizX - thanks for sharing your workflow too, it’s v cool to see.
1 Like
Thanks. Once this is all set up it will save my students so much time and provide a better example of organization than I had in the past. Have a great weekend.
2 Likes
Do you use GitHub Packages for the ‘npm publishing’ part?
1 Like
Just quick note: NPM is now a part of GitHub!
2 Likes
Cool. I’m aware of that. I think it’s important that Microsoft can provide at least a bit of balance to the market that is currently so in favor of Amazon.
1 Like
I don’t, but that would be another route. I authenticate via the token referenced in the .npmrc, then publish with the npm publish command.
I asked because GitHub Packages also ask you to authenticate in a similar way.
2 Likes
Good point.