Sha256: c77de24d5e8815455a7881d8aa25db2cd130254b62e141f0b5a045f87299563d
Contents?: true
Size: 326 Bytes
Versions: 1
Compression:
Stored size: 326 Bytes
Contents
require "net/ssh" require "thor" module Dogids class Cli < Thor desc "dev", "Runs the development environment for the backend" # Run the development site # @param [string] app_name def dev(app_name = nil) system("cd ~/dogids-backend && yarn run dev") end # no_commands do # end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
dogids-cli-0.0.30 | lib/dogids/run.rb |