Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tarcieri/sam
An unobtrusive gem manager
https://github.com/tarcieri/sam
Last synced: about 1 month ago
JSON representation
An unobtrusive gem manager
- Host: GitHub
- URL: https://github.com/tarcieri/sam
- Owner: tarcieri
- Created: 2011-05-25T04:32:11.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-06-07T06:38:34.000Z (over 13 years ago)
- Last Synced: 2024-05-01T23:13:28.919Z (7 months ago)
- Language: Ruby
- Homepage:
- Size: 133 KB
- Stars: 12
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Sam: A Ruby Package Manager
===========================Sam provides unobtrusive management for Ruby gems
Goals
-----* Be fast
* Be *really* fast
* Minimize the runtime component as much as possible
* Stay mostly compatible with the existing RubyGems ecosystem
* Be complimentary to RubyGems instead of trying to replace it
* Combine package management and dependency resolution into a single tool
* Depend only on the Ruby standard libraryInstallation
------------Sam installation presently requires git. Install Sam with the following:
curl -s https://github.com/tarcieri/sam/raw/master/setup.rb | ruby
This script can also be used to update Sam to the latest version.
Usage
-----Sam isn't quite ready to use yet
Why?
----A lot of people aren't happy with how RubyGems works today. This has lead to
a slew of alternative Ruby package managers like SlimGems, rip, rup, and jerk.
While these are all noble attempts, none of them provide automatic dependency
management. Sam attempts to provide similar functionality to RubyGems and
Bundler in a single, simple-as-possible package.Contributing
------------* Fork Sam on github
* Make your changes and send me a pull request
* If I like them I'll merge them and give you commit access to my repositoryName
----The name comes from the given name "Sam", but if you insist on making it into
an acronym, here are a few suggestions. Pick whichever one you like best:* Standalone Archive Manager
* Simple Archive Manager
* Spiffy Archive Manager
* Silly Archive Manager
* Stupid Archive Manager