-
Add to
.gitignore
:node_modules public
-
Add to your app
dependencies
ofpackage.json
:
#!/usr/bin/env ruby | |
require 'bundler' | |
changelog_file = 'CHANGELOG' | |
entries = "" | |
helper = Bundler::GemHelper.new(Dir.pwd) | |
current_version = "v#{helper.gemspec.version}" | |
starting_version = nil |
Add to .gitignore
:
node_modules
public
Add to your app dependencies
of package.json
:
cribbed from http://pastebin.com/xgzeAmBn
Templates to remind you of the options and formatting for the different types of objects you might want to document using YARD.