PATH:
usr
/
local
/
lib
/
node_modules
/
pm2
/
node_modules
/
vizion
<% if(logo) { %><img width="710px" src="<%= logo %>" alt="pm2 logo" /> <% } %> <% if(logo) { %># <%= title %> <% } %> <% if(intro) { %><%= '\n' %><%= intro %><%= '\n' %><% } %> <% if(version && (version.name || version.number)) { %>##<% if(version.name){%> <%= version.name %><% } %> <% if(version.date){ %>( <%= version.date %> )<% } %><%= '\n' %><% } %> <% _.forEach(sections, function(section){ if(section.commitsCount > 0) { %> ## <%= section.title %> <% _.forEach(section.commits, function(commit){ %> - <%= printCommit(commit, true) %><% }) %> <% _.forEach(section.components, function(component){ %> - **<%= component.name %>** <% _.forEach(component.commits, function(commit){ %> - <%= printCommit(commit, true) %><% }) %> <% }) %> <% } %> <% }) %>
[+]
lib
[+]
..
[+]
node_modules
[-] package.json
[edit]
[-] changelogTemplate.md
[edit]
[-] .changelogrc
[edit]
[-] index.js
[edit]
[-] currentTagChangelog.md
[edit]
[-] .travis.yml
[edit]
[-] README.md
[edit]
[+]
test
[-] LICENSE
[edit]
[-] CHANGELOG.md
[edit]