Skip to content

Commit

Permalink
fix(readme): Add link to npm badge
Browse files Browse the repository at this point in the history
  • Loading branch information
vinsonchuong committed Jul 5, 2020
1 parent 4a37ea2 commit 9ba4f66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/templates/readme.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ export default function ({repoName}) {
path: 'README.md',
content: `
# ${packageName}
![npm](https://img.shields.io/npm/v/${packageName}.svg)
[![npm](https://img.shields.io/npm/v/${packageName}.svg)](https://www.npmjs.com/package/${packageName})
[![CI Status](https://github.com/${repoName}/workflows/CI/badge.svg)](https://github.com/${repoName}/actions?query=workflow%3ACI)
[![dependencies Status](https://david-dm.org/${repoName}/status.svg)](https://david-dm.org/${repoName})
[![devDependencies Status](https://david-dm.org/${repoName}/dev-status.svg)](https://david-dm.org/${repoName}?type=dev)
An awesome package
## Usage
Install [${packageName}](https://yarnpkg.com/en/package/${packageName})
Install [${packageName}](https://www.npmjs.com/package/${packageName})
by running:
\`\`\`sh
Expand Down

0 comments on commit 9ba4f66

Please sign in to comment.