File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# <%= projectName %>
2
2
3
+ > <%= description %>.
4
+
3
5
[ ![ Package Version] (https://img.shields.io/npm/v/ <%= projectName %>.svg?style=flat-square)] (https://www.npmjs.com/package/ <%= projectName %>)
4
6
[ ![ Downloads Status] (https://img.shields.io/npm/dm/ <%= projectName %>.svg?style=flat-square)] (https://npm-stat.com/charts.html?package= <%= projectName %>&from=2016-04-01)
5
7
[ ![ Build Status: Linux] (https://img.shields.io/travis/ <%= githubUsername %>/<%= projectName %>/master.svg?style=flat-square)] (https://travis-ci.org/ <%= githubUsername %>/<%= projectName %>)<% if (coverage) { %>
6
8
[ ![ Coverage Status] (https://img.shields.io/codecov/c/github/ <%= githubUsername %>/<%= projectName %>/master.svg?style=flat-square)] (https://codecov.io/gh/ <%= githubUsername %>/<%= projectName %>)<% } %>
7
9
8
- <%= description %>
9
-
10
10
## Why
11
11
12
12
// TODO
Original file line number Diff line number Diff line change 1
1
# generator-node-oss
2
2
3
+ > Create a Node.js project with ease.
4
+
3
5
[ ![ Package Version] ( https://img.shields.io/npm/v/generator-node-oss.svg?style=flat-square )] ( https://www.npmjs.com/package/generator-node-oss )
4
6
[ ![ Downloads Status] ( https://img.shields.io/npm/dm/generator-node-oss.svg?style=flat-square )] ( https://npm-stat.com/charts.html?package=generator-node-oss&from=2016-04-01 )
5
7
[ ![ Build Status: Linux] ( https://img.shields.io/travis/luftywiranda13/generator-node-oss/master.svg?style=flat-square )] ( https://travis-ci.org/luftywiranda13/generator-node-oss )
6
8
[ ![ Coverage Status] ( https://img.shields.io/codecov/c/github/luftywiranda13/generator-node-oss/master.svg?style=flat-square )] ( https://codecov.io/gh/luftywiranda13/generator-node-oss )
7
9
8
- This [ Yeoman] ( http://yeoman.io ) generator helps you to create a Node.js project with ease.
9
-
10
10
## Why
11
11
12
12
* Generates a simple but _ ready to start_ project
You can’t perform that action at this time.
0 commit comments