Skip to content

Commit 7f00f11

Browse files
feat(readme): use blockquote for project's description
1 parent 627f6d3 commit 7f00f11

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

app/templates/readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# <%= projectName %>
22

3+
> <%= description %>.
4+
35
[![Package Version](https://img.shields.io/npm/v/<%= projectName %>.svg?style=flat-square)](https://www.npmjs.com/package/<%= projectName %>)
46
[![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)
57
[![Build Status: Linux](https://img.shields.io/travis/<%= githubUsername %>/<%= projectName %>/master.svg?style=flat-square)](https://travis-ci.org/<%= githubUsername %>/<%= projectName %>)<% if (coverage) { %>
68
[![Coverage Status](https://img.shields.io/codecov/c/github/<%= githubUsername %>/<%= projectName %>/master.svg?style=flat-square)](https://codecov.io/gh/<%= githubUsername %>/<%= projectName %>)<% } %>
79

8-
<%= description %>
9-
1010
## Why
1111

1212
// TODO

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# generator-node-oss
22

3+
> Create a Node.js project with ease.
4+
35
[![Package Version](https://img.shields.io/npm/v/generator-node-oss.svg?style=flat-square)](https://www.npmjs.com/package/generator-node-oss)
46
[![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)
57
[![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)
68
[![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)
79

8-
This [Yeoman](http://yeoman.io) generator helps you to create a Node.js project with ease.
9-
1010
## Why
1111

1212
* Generates a simple but _ready to start_ project

0 commit comments

Comments
 (0)