class Dakarai::BootstrapGenerator

BootstrapGenerator. Bootstrap integration to your application.

Public Instance Methods

create_bootstrap() click to toggle source
# File lib/generators/dakarai/bootstrap_generator.rb, line 11
def create_bootstrap
  directory './bootstrap', './'
  run 'yarn add bootstrap jquery popper.js'
end