Add console logging functionality
This commit is contained in:
parent
81d40850ef
commit
250a3f5589
@ -59,12 +59,17 @@ The goals for this repository are:
|
|||||||
This project uses [node](http://nodejs.org) and [npm](https://npmjs.com). Go check them out if you don't have them locally installed.
|
This project uses [node](http://nodejs.org) and [npm](https://npmjs.com). Go check them out if you don't have them locally installed.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
$ npm i standard-readme
|
$ npm install --global standard-readme-spec
|
||||||
```
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
Currently, this is mainly a documentation package. You will get the most benefit by reading [spec.md](spec.md).
|
This is only a documentation package. You can print out [spec.md](spec.md) to your console:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
$ standard-readme-spec
|
||||||
|
# Prints out the standard-readme spec
|
||||||
|
```
|
||||||
|
|
||||||
### Generator
|
### Generator
|
||||||
|
|
||||||
|
11
package.json
11
package.json
@ -2,10 +2,7 @@
|
|||||||
"name": "standard-readme",
|
"name": "standard-readme",
|
||||||
"version": "1.0.28",
|
"version": "1.0.28",
|
||||||
"description": "Readme Standard Style",
|
"description": "Readme Standard Style",
|
||||||
"main": "index.js",
|
"main": "cat.js",
|
||||||
"scripts": {
|
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
|
||||||
},
|
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/RichardLitt/standard-readme.git"
|
"url": "git+https://github.com/RichardLitt/standard-readme.git"
|
||||||
@ -15,7 +12,11 @@
|
|||||||
"markdown",
|
"markdown",
|
||||||
"readme",
|
"readme",
|
||||||
"parse",
|
"parse",
|
||||||
"lint"
|
"lint",
|
||||||
|
"standard-readme",
|
||||||
|
"spec",
|
||||||
|
"md",
|
||||||
|
"documentation"
|
||||||
],
|
],
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Richard Littauer",
|
"name": "Richard Littauer",
|
||||||
|
Loading…
Reference in New Issue
Block a user