-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(init): generate README.md from template
- Loading branch information
Showing
4 changed files
with
74 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,35 @@ | ||
<p align="center"> | ||
<img alt="<package-name>" src="https://raw.githubusercontent.com/<organisation>/logo/master/<package-name>/<package-name>.svg?sanitize=true" width="160"> | ||
<img alt="{{packageName}}" src="https://raw.githubusercontent.com/{{organisationID}}/logo/master/{{packageName}}/{{packageName}}.svg?sanitize=true" width="160"> | ||
</p> | ||
|
||
<p align="center"> | ||
<a href="https://www.npmjs.com/package/<npm-scope>/<package-name>"> | ||
<img alt="npm" src="https://img.shields.io/npm/v/<npm-scope>/<package-name>.svg"> | ||
<a href="https://www.npmjs.com/package/{{npmScope}}/{{packageName}}"> | ||
<img alt="npm" src="https://img.shields.io/npm/v/{{npmScope}}/{{packageName}}.svg"> | ||
</a> | ||
<a href="https://travis-ci.org/<npm-scope>/<package-name>"> | ||
<img alt="Travis" src="https://img.shields.io/travis/<npm-scope>/<package-name>/master.svg"> | ||
<a href="https://travis-ci.org/{{organisationID}}/{{packageName}}"> | ||
<img alt="Travis" src="https://img.shields.io/travis/{{organisationID}}/{{packageName}}/master.svg"> | ||
</a> | ||
<a href="https://coveralls.io/github/<npm-scope>/<package-name>?branch=master"> | ||
<img alt="Coveralls" src="https://img.shields.io/coveralls/github/<npm-scope>/<package-name>/master.svg"> | ||
<a href="https://coveralls.io/github/{{organisationID}}/{{packageName}}?branch=master"> | ||
<img alt="Coveralls" src="https://img.shields.io/coveralls/github/{{organisationID}}/{{packageName}}/master.svg"> | ||
</a> | ||
<a href="https://github.com/semantic-release/semantic-release"> | ||
<img alt="semantic-release" src="https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg"> | ||
</a> | ||
</p> | ||
|
||
<p align="center"> | ||
<a href="https://snyk.io/test/github/<npm-scope>/<package-name>"> | ||
<img alt="Known Vulnerabilities" src="https://snyk.io/test/github/<npm-scope>/<package-name>/badge.svg"> | ||
<a href="https://snyk.io/test/github/{{organisationID}}/{{packageName}}"> | ||
<img alt="Known Vulnerabilities" src="https://snyk.io/test/github/{{organisationID}}/{{packageName}}/badge.svg"> | ||
</a> | ||
<a href="https://david-dm.org/<npm-scope>/<package-name>"> | ||
<img alt="Dependencies" src="https://img.shields.io/david/<npm-scope>/<package-name>.svg"> | ||
<a href="https://david-dm.org/{{organisationID}}/{{packageName}}"> | ||
<img alt="Dependencies" src="https://img.shields.io/david/{{organisationID}}/{{packageName}}.svg"> | ||
</a> | ||
<a href="https://david-dm.org/<npm-scope>/<package-name>?type=dev"> | ||
<img alt="devDependencies" src="https://img.shields.io/david/dev/<npm-scope>/<package-name>.svg"> | ||
<a href="https://david-dm.org/{{organisationID}}/{{packageName}}?type=dev"> | ||
<img alt="devDependencies" src="https://img.shields.io/david/dev/{{organisationID}}/{{packageName}}.svg"> | ||
</a> | ||
<a href="https://scrutinizer-ci.com/g/<npm-scope>/<package-name>/?branch=master"> | ||
<img alt="Scrutinizer Code Quality" src="https://img.shields.io/scrutinizer/g/<npm-scope>/<package-name>.svg"> | ||
<a href="https://scrutinizer-ci.com/g/{{organisationID}}/{{packageName}}/?branch=master"> | ||
<img alt="Scrutinizer Code Quality" src="https://img.shields.io/scrutinizer/g/{{organisationID}}/{{packageName}}.svg"> | ||
</a> | ||
</p> | ||
|
||
<h3 align="center"><package-description></h3> | ||
<h3 align="center">{{packageDescription}}</h3> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
a3fae6f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ncm:
ncm init
can create public component {node, cli}