-
Notifications
You must be signed in to change notification settings - Fork 30
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
Publishing Basil.js to npm and Github Package Registry #360
Comments
What exactly is the purpose of this? Could you explain what the npm/gh registry is and what it is used for? (I know what npm is, but what is the |
github has its own package registry now. I think it is a good idea to publish to both. So we can provide alternative installation sources. Publishing should be done by running a github action on release. I was playing today with building a yo generator for basil and noted that a Also we can run |
Sorry, I still don't understand what I can do with it? Is it an alternative to using What's a yo generator? I think for the actual end users we should just provide a download link for the |
It is aimed at pro users who want to do keep track of their used software with proper versioning. We still can provide a link to the latest version from the site but what if someone wants a different version then the latest?
A command line tool that scaffolds projects see --> not important for basil. It's my own thing. |
Ok, I still don't understand it 100%, but as long as I can keep my current workflows and this is just an alternative with different options, sure, no objections from my side. |
Great. The only thing that might change is that we tag a new version more often. :) |
Dear @basiljs/owners
I would love to publish basil.js to npm/gh registry under a scoped package
@basiljs/basil.js
Pros:
devDependencies
(takes quite long)Any objections?
The text was updated successfully, but these errors were encountered: