Skip to content

Commit

Permalink
Merge pull request #2 from knennigtri/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
knennigtri authored Jun 3, 2021
2 parents 5e1ae42 + bd9390d commit 99af05f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 16 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
Takes in a list of markdown files and merges them together

## Installation

```
To install the command line tool globally, run:

```shell
Expand All @@ -15,8 +12,7 @@ To add the module to your project, run:

```shell
npm install --save-dev merge-markdown

---
```

## Command Line Tool

Expand Down
5 changes: 0 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 13 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
{
"name": "merge-markdown",
"version": "0.0.5",
"version": "0.0.6",
"description": "Creates a single markdown file (with TOC) from several markdown files",
"repository": {
"type": "git",
"url": "#"
"url": "https://github.com/knennigtri/merge-markdown"
},
"author": "Kevin Nennig",
"author": "Kevin Nennig <[email protected]>",
"scripts": {
"multi": "merge-markdown --type multi -m ./manifest.txt -o ./"
"default": "merge-markdown -m manifest.json",
"curFolder": "merge-markdown -m manifest-full.json",
"subFolder": "merge-markdown -m manifest-subfolder.json",
"yamlTest": "merge-markdown -m manifest-yaml.json"
},
"main": "index.js",
"keywords": [
Expand All @@ -26,7 +29,11 @@
"minimist": "^1.2.5"
},
"bin": {
"merge-markdown": "./bin/global.js"
"merge-markdown": "bin/global.js"
},
"preferGlobal": true
"preferGlobal": true,
"directories": {
"test": "test"
},
"devDependencies": {}
}

0 comments on commit 99af05f

Please sign in to comment.