Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 305 Bytes

File metadata and controls

21 lines (12 loc) · 305 Bytes

Stringr

Small padrino application for group editing of Cocoa .strings localization files.

Basic usage

Project uses mongodb so you have to install it. For example with homebrew:

brew install mongo

After cloning run:

bundle install

padrino rake seed

Run specs with:

rspec spec