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.
|
||||
|
||||
```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
|
||||
|
||||
|
11
package.json
11
package.json
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user