A terminal command for running logic-less project templates.
Install with Ruby Gems:
$ gem install begin_cli
(Recommended) Ensure your system packages are up-to-date:
sudo apt-get update
sudo apt-get upgrade
(Required) Install Ruby:
sudo apt-get install ruby
(Required) Install Begin:
gem install begin_cli
Ruby ships with OS X. But if you do need to install it, the easiest way to install Ruby on OS X is to use a package manager such as Homebrew:
brew install ruby
(Required) Install Begin:
gem install begin_cli
(Required) Install Ruby
The RubyInstaller project makes it easy to install on Windows
Ensure Ruby has been added to your PATH
environment variable
(Required) Install Begin
Launch a Windows command prompt and run:
gem install begin_cli
Since the Windows 10 Anniversary Update, Windows is now capable of running a user-mode Linux distribution
(Required) Enable Windows Subsystem for Linux (WSL) and then install Bash for Windows
(Required) Launch Bash for Windows and follow the installation instructions above for Linux (Ubuntu)