Skip to content
forked from jugyo/rails-sh

A mini shell for Cloud CMS Lokka that provides a uniform and quick access to commands.

License

Notifications You must be signed in to change notification settings

daichirata/lokka-sh

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lokka-sh

lokka-sh is a mini shell for CMS Lokka that provides a uniform and quick access to commands.

Build Status

Install

$ gem install lokka-sh

Usage

$ cd your-lokka-app
$ lokka-sh

Examples

Execute rake task:

lokka> rake db:migrate

Run console:

lokka> lokka console

Commands

please type help

Configuration

lokka-sh will try to load '~/lokkashrc' as configuration.

Example:

# ~/lokkashrc
Lokka::Sh::Command.define 'my_command' do |arg|
  puts "Execute my_command with arg(`#{arg}`)!"
end

Acknowledge

This library is fork of jugyo/rails-sh.

Copyright

Copyright (c) 2012 Daichi Hirata. See LICENSE.txt for further details.

About

A mini shell for Cloud CMS Lokka that provides a uniform and quick access to commands.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 100.0%