Sha256: 64eca6958da98af862c840b4e37e08da2aaaa04ae34b2c16f89f81a3d0f3c626

Contents?: true

Size: 286 Bytes

Versions: 2

Compression:

Stored size: 286 Bytes

Contents

require "stairs"

module Stairs
  class Tasks
    include Rake::DSL

    def install!
      desc "Setup the project"
      task :newb do
        Stairs::InteractiveConfiguration.new.run!
        Stairs::Script.new("setup.rb").run!
      end
    end
  end
end

Stairs::Tasks.new.install!

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
stairs-0.3.0 lib/stairs/tasks.rb
stairs-0.2.0 lib/stairs/tasks.rb