Sha256: addc6c25356d8db02be532a159cddea43a79737c9ab6bb3934d16ba4303be524

Contents?: true

Size: 368 Bytes

Versions: 3

Compression:

Stored size: 368 Bytes

Contents

Description:
    Creates a new Lunar shell satellite

Example:
    rails generate lunar_shell:satellite thing

    This will create:
        app/controllers/lunar_shell/satellites/thing_controller.rb
        app/views/lunar_shell/satellites/thing/run.js.erb
    
    And add this route:
        namespace :satellites do
          resource :thing, only: []
        end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
lunar_shell-0.5.2 lib/generators/lunar_shell/satellite/USAGE
lunar_shell-0.5.0 lib/generators/lunar_shell/satellite/USAGE
lunar_shell-0.4.1 lib/generators/lunar_shell/satellite/USAGE