We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Many schemes lack the ability to easily install & maintain dependencies which many mainstream languages tried to solve.
I feel that the package management can be done like golang & deno without the need of a centralized source like cargo, npm etc..
Eg: steel get /path/to/library/git/repo@version can pull & store the library in $STEEL_HOME and with a lock file in project root
steel get /path/to/library/git/repo@version
$STEEL_HOME
This greatly improves the developer experience & improves the ecosystem
I am not sure if there is any RS* spec regarding this
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Many schemes lack the ability to easily install & maintain dependencies which many mainstream languages tried to solve.
I feel that the package management can be done like golang & deno without the need of a centralized source like cargo, npm etc..
Eg:
steel get /path/to/library/git/repo@version
can pull & store the library in$STEEL_HOME
and with a lock file in project rootThis greatly improves the developer experience & improves the ecosystem
I am not sure if there is any RS* spec regarding this
The text was updated successfully, but these errors were encountered: