Scipio
A CLI utility to:
- set up new Ruby Gems using a configurable template
- set up local & remote git repos
Set up & run Ruby projects with less typing. Scipio. Skip IO. Geddit?
Status
Early days. Development status "3 - Alpha" in Python terms.
(Those Python statuses are 1 - Planning, 2 - Pre-alpha, 3 - Alpha, 4 - Beta, 5 - Production/Stable, 6 - Mature, 7 - Inactive.)
Why
I'm a big fan of Bundler & Gem as package management tools. But I'm not a fan of the assumptions about licensing (MIT or nothing), repos (just Github), & Rake that are baked into the Bundler gem command. So I built Scipio, to make gem setup a user choice.
Installation
gem install scipio
You will need to have Git and Berg installed and configured in order to use them via Scipio.
Usage
...
Ancient history
In 2015 Scipio was a Swift package manager written in Python, but it was soon made obsolete by the growth of Apple's own package manager. Carthage was one of the other alternatives around at the time. Carthago delenda est.
A little earlier, Scipio was also a Roman general & one of the authors of Carthage's defeat in the Second Punic War.
Development
After checking out the repo, run bundle install
to install dependencies. Then, run rake test
to run the tests.
To install this gem locally, run bundle exec rake local
.
bundle exec rake -T
to see the current options.
Contributing
Bug reports and pull requests are welcome at https://codeberg.org/kreuzer/scipio. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the code of conduct.
Code of Conduct
Everyone interacting in the Scipio project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.