Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 298 Bytes

Readme.rdoc

File metadata and controls

13 lines (11 loc) · 298 Bytes

uki tools

Project creation, dev server, testing, building for uki apps

Get started

  1. Install ruby and rubygems (on Windows go to rubyinstaller.org/)

  2. Install uki

    [sudo] gem install uki
  3. Use uki command

    uki --help
    uki new project myapp +jspec
    cd myapp
    uki run