/boostx

boostx is code generator for Ruby plain project

Primary LanguageRubyMIT LicenseMIT

Build Status

Boostx

Boostx is code generator for ruby project based on required template

  • It helps to create basic files and folders (module, lib, etc)
  • Creating Rake test automatically

Command

$ gem install boostx
$ boostx init <project_name>
--project_name
  -lib
	-project_name
	-project_name.rb
  -Gemfile

Still in progress for first iteration, in case you are interested to contribute you can check PLAN.md

Running the test

This project has code coverage of test, and tests run upon each commit (in Travis), you can run the test using rake task test or if you want clean run you can use rake docker:test

$ rake test
$ rake docker:test   // for clean run