Skip to content
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

Add 'add' command along with the 'foodchain' recipe #9

Merged
merged 2 commits into from
Oct 22, 2024

Conversation

Nitemaeric
Copy link
Owner

The new drenv add <recipe> command configures curated DragonRuby dependencies.

The first recipe is pvande/foodchain. foodchain is a package/dependency manager for DragonRuby that allows users to keep track of dependencies and be aware of new updates to libraries. It achieves the same goals as RFC - Package Management #6.

  • Fully Decentralized
    • Pull what you want from wherever it lives.
  • Git-Aware
    • Pin your dependencies to a particular branch, tag, or commit.
  • Documentation
    • Borrow code with the confidence that you'll remember it came from.
  • No External Dependencies
    • Everything runs inside the DragonRuby runtime you already have.

- pvande/foodchain's README

This command allows users to bootstrap installation.

New commands

  • drenv add <recipe>

    Install/setup a pre-configured library or DragonRuby snippet.

    e.g.

    drenv add foodchain

@Nitemaeric Nitemaeric self-assigned this Oct 22, 2024
@Nitemaeric Nitemaeric merged commit f0f0963 into main Oct 22, 2024
11 checks passed
@Nitemaeric Nitemaeric deleted the add-recipe-foodchain branch October 22, 2024 22:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant