Space2dot

What is space2dot

Change the space into dot.

Installation

Install it yourself as:

$ gem install space2dot

Usage

From the terminal:

$ space2dot style sheet
=> .style.sheet # Output to the standard output

Shorthand

A shorthand alias for space2dot can also be used.

s2. new branch

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request