Project

mo

0.0
No commit activity in last 3 years
No release in over 3 years
Mo helps you keep your rails project clean.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0

Runtime

>= 0
 Project Readme

Build Status

MO

Mo helps you keep your project clean.

MO is for the little robot on WALL-E film.

Installation

Install it with rubygems:

gem install mo

With bundler, add it to your Gemfile:

gem "mo", "~>1.0"

Usage

Usage: mo [OPTIONS] COMMAND [ARGS]

Available commands:
  check_rspec_files_name  Check rspec's files name
  check_syntax            Check ruby syntax.
  eighty_column           Print files with more than 80 columns
  encoding                Add utf-8 encoding on files that don't have it
  help                    Displays help for a command
  rocketless              Convert ruby hashes to 1.9 style.
  whitespace              Clean-up trailing whitespaces.
  unbreakable             Print files with unbreakable space.

Options:
  -h, --help  Displays this help message

Copyright

MIT. See LICENSE for further details.