SystemCommand
SystemCommand
allows you to run external process as if they were functions.
Usage
TODO: Write usage instructions here
Development
After checking out the repo, run bin/setup
to install dependencies. Then, run rspec
to run the tests.
To install this gem onto your local machine, run rake install
.
To release a new version:
- Switch to the
main
branch. - Bump
lib/system_command/version.rb
, runbundle install
, then commit the result. - Switch to the
v2
branch. - Run
git merge main
- Run
rake release
, which will create/push a git tag and publish the.gem
file to rubygems.org.
Contributing
Bug reports and pull requests are welcome on GitLab at https://gitlab.com/coldwater-systems/system_command.