module Railspacker

Constants

VERSION

Public Class Methods

run(name) click to toggle source
# File lib/railspacker.rb, line 10
def self.run(name)
  system("yarn run #{name}")
end