Canuby
WIP
How to run
gem install canubycanuby
To get a full list of all arguments invoke canuby with the --help flag.
Note
Some rake tasks have longer descriptions and are only complettly readable if you use rake -T | cat or rake -D
On Windows version older than 10 (like Windows 7 or Windows 8) you may need to install the win32console gem to show colors correctly.
To do that run in an elevated prompt: gem install win32console.
Version scheme
Canuby uses this MAJOR.MINOR.PATCH version scheme.
It is based on https://semver.org/ version scheme.
How to run from source
To install all required gems including bundler and setup your repository run those commands. On Windows it may be necessary to use an elevated command prompt to install all gems correctly.
gem install bundlerruby bin/setup
To use canuby from source run one of those commands inside your cloned repository.
-
bundler exec canubyorruby exe/canuby
To install the gem from source run rake install.
Some Environment variables Canuby makes use of that are usefull for debuging:
-
CI=trueforce CI environment -
DEBUG=trueshow debug information -
linux=trueforce linux environment
Exampleto force linux environment: ruby exe/canuby linux=true
Contributing
See CONTRIBUTING.md.