readme-inject
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "readme-inject", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Inject markdown into your readme file", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "tap -R spec test/*.js" | ||
"test": "tap -R spec src/test/*.js" | ||
}, | ||
@@ -15,5 +15,5 @@ "repository": { | ||
"readme-inject", | ||
"inject-readme", | ||
"readme", | ||
"inject", | ||
"inject-readme" | ||
"inject" | ||
], | ||
@@ -20,0 +20,0 @@ "author": "mrzmmr", |
@@ -1,5 +0,4 @@ | ||
# readme-inject | ||
![banner](./src/img/banner.png) | ||
=== | ||
![banner]() | ||
[![standard-readme compliant](https://img.shields.io/badge/standard--readme-OK-green.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme) | ||
@@ -14,2 +13,3 @@ TODO: Put more badges here. | ||
- [Background](#background) | ||
- [Install](#install) | ||
@@ -22,3 +22,8 @@ - [Usage](#usage) | ||
```sh | ||
$ npm i [ -g | -S | -D ] readme-inject | ||
``` | ||
```sh | ||
$ yarn add readme-inject | ||
``` | ||
@@ -28,13 +33,8 @@ | ||
```sh | ||
$ readme-inject --before Install '# Description' | ||
``` | ||
``` | ||
## Contribute | ||
Small note: If editing the README, please conform to the [standard-readme](https://github.com/RichardLitt/standard-readme) specification. | ||
## License | ||
MIT © mrzmmr |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
21890
7