Sha256: e0ce430519eb0c84295ed4ea605643a51b7d08b180ef303d698278f1e718f38c

Contents?: true

Size: 167 Bytes

Versions: 1

Compression:

Stored size: 167 Bytes

Contents

# This is the core template
append_file "#{name}/lib/#{name}.js" do
<<-JS

(function() {
  
  var #{name} = function() {
    alert('hello world');
  };
  
})();
JS
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bootcamp-0.1.0 lib/bootcamp/formations/core.rb