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.
```sh
$ npm i standard-readme
$ npm install --global standard-readme-spec
```
## 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

View File

@ -2,10 +2,7 @@
"name": "standard-readme",
"version": "1.0.28",
"description": "Readme Standard Style",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"main": "cat.js",
"repository": {
"type": "git",
"url": "git+https://github.com/RichardLitt/standard-readme.git"
@ -15,7 +12,11 @@
"markdown",
"readme",
"parse",
"lint"
"lint",
"standard-readme",
"spec",
"md",
"documentation"
],
"author": {
"name": "Richard Littauer",