Support component versioning via Github releases and the cli #80
loganwedwards
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Problem or use case
The npx cli is useful in a CI/CD workflow that allows a developer to ignore vendor code from source, but it lacks the basic ability to version, which is preferred for deterministic builds.
Proposed solution
The cli tool itself can be versioned based on a commit sha, e.g.
npx [email protected] add button
or the individual component could benpx untitledui@latest add [email protected]
. The former likely represents a simpler developer experience where the entire library can be versioned.Alternatives considered
No response
Examples or mockups
No response
Beta Was this translation helpful? Give feedback.
All reactions