Add console logging functionality

This commit is contained in:
Richard Littauer 2017-05-08 15:21:14 +02:00
parent 81d40850ef
commit 250a3f5589
2 changed files with 13 additions and 7 deletions

View File

@ -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

View File

@ -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",