Project

boostx

0.0
No commit activity in last 3 years
No release in over 3 years
Boostx ables users to create their desire template and it generat new projects based on template
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.7
~> 0.6.7
~> 5.8.1
~> 1.1.0
~> 10.0

Runtime

> 0.19.0
 Project Readme

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