Sha256: 4fe872af29c47b2430dd11e90b5f8d070233a67a000fe00b31f6443a85a43a2e

Contents?: true

Size: 799 Bytes

Versions: 3

Compression:

Stored size: 799 Bytes

Contents

New Kata
========
  
  A simple project generator, handy to tryout a new class with a corresponding (r)spec.
  
Features
--------
  
  - Generates a project structure that uses Bundler and Guard
  - Trivial to customize thanks to Thor
  - So simple it can serve as a playground for beginners to Thor, Cucumber and Aruba
  - Gets you coding faster than you can say pinan nidan

Installation
------------
  
    gem install newkata
  
Usage
-----
  
    newkata StringCalculator
    cd stringcalculator
    bundle
    bundle exec guard
  
  
EMACS users
-----------      
  
  RVM (through http://www.emacswiki.org/emacs/RvmEl), Bundler and RSpec play nicely with EMACS.
  Launch guard under bundler using the current rvm with:
  
    M-x rvm-use-default
    M-x eshell
    bundle exec guard
        

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
newkata-0.8.6 README.md
newkata-0.8.5 README.md
newkata-0.8.3 README.md