Latte is a general purpose package manger in ruby , running on anything that curl supports. It's based on the URI & inifile gems. It is command line based and uses Simple ini file configurations for packaging in its own package repository.
Pandademic / cello
Fast , simple package management!
Cello
Cello is the package manager for people who crave a small , simple , extensible , package manager.
⚠️ This repo is kept for archival purposes only⚠️ . See the section titled "The Future"
Features
-
🐞 small , 1.17 KB large -
😃 easy install & usage -
🚀 build you own database of packages , similar toscoop
's buckets
Installation
Linux:
prerequisites
- ruby 2.6 or higher
- latest production zip.
⚠️ Nothing but the latest is supported - bundler gem
- extract the file called cello.rb & the gemfile into your home directory
- in your .bashrc or .zshrc add:
alias Cello ="ruby ~/cello.rb"
- if using fish , in your config.fish add:
alias Cello "ruby ~/cello.rb"
- and then run
bundle install
to install dependencies.
- Delete the gemfile
- You should now be able to use Cello. Try:
Cello add getting-started
macos
prereqisites
- extract the file called cello.rb &…
Project status
Latte is still in its early stages , but I hope it will help people with there package management problems.
Thank you for reading , any feedback would be greatly appreciated.
thanks,
Pandademic
Top comments (0)