File tree 4 files changed +17
-17
lines changed
4 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 1
- # markdown-tools
1
+ # markdown-utilities
2
2
A collection of small handy tools for improving and converting markdown
3
3
4
4
# Tools
5
5
6
6
<!-- toc -->
7
7
8
- - [ markdown-tools -github-toc] ( #markdown-tools -github-toc )
8
+ - [ markdown-utilities -github-toc] ( #markdown-utilities -github-toc )
9
9
10
10
<!-- tocstop -->
11
11
12
- # markdown-tools -github-toc
12
+ # markdown-utilities -github-toc
13
13
14
14
Add Github compatible table of content to markdown (Replacing "< ; !-- toc --> ; " in source file)
15
15
@@ -25,17 +25,17 @@ This tools uses [markdown-toc](https://github.com/jonschlinkert/markdown-toc#toc
25
25
26
26
```
27
27
Usage:
28
- $ markdown-tools -github-toc <source> [<destination>] [<options>]
28
+ $ markdown-utilities -github-toc <source> [<destination>] [<options>]
29
29
30
30
<source> must be a markdown file, with the extension '.md'.
31
31
<destination> must be a markdown file, with the extension '.md'
32
32
if ommitted it will be named <source>-toc.md
33
33
34
34
35
35
Examples:
36
- $ markdown-tools -github-toc README.md
37
- $ markdown-tools -github-toc in.md out.md --maxdepth 3
38
- $ markdown-tools -github-toc README.md --insert
36
+ $ markdown-utilities -github-toc README.md
37
+ $ markdown-utilities -github-toc in.md out.md --maxdepth 3
38
+ $ markdown-utilities -github-toc README.md --insert
39
39
40
40
Options:
41
41
--help Display this menu
Original file line number Diff line number Diff line change @@ -11,17 +11,17 @@ const meow = require('meow')
11
11
12
12
const cli = meow ( `
13
13
Usage:
14
- $ markdown-tools -github-toc <source> [<destination>] [<options>]
14
+ $ markdown-utilities -github-toc <source> [<destination>] [<options>]
15
15
16
16
<source> must be a markdown file, with the extension '.md'.
17
17
<destination> must be a markdown file, with the extension '.md'
18
18
if ommitted it will be named <source>-toc.md
19
19
20
20
21
21
Examples:
22
- $ markdown-tools -github-toc README.md
23
- $ markdown-tools -github-toc in.md out.md --maxdepth 3
24
- $ markdown-tools -github-toc README.md --insert
22
+ $ markdown-utilities -github-toc README.md
23
+ $ markdown-utilities -github-toc in.md out.md --maxdepth 3
24
+ $ markdown-utilities -github-toc README.md --insert
25
25
26
26
Options:
27
27
--help Display this menu
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " markdown-tools " ,
2
+ "name" : " markdown-utilities " ,
3
3
"version" : " 0.0.1" ,
4
4
"description" : " A collection of small handy tools for improving and converting markdown" ,
5
5
"main" : " index.js" ,
8
8
},
9
9
"repository" : {
10
10
"type" : " git" ,
11
- "url" : " git+https://github.com/hacker112/markdown-tools .git"
11
+ "url" : " git+https://github.com/hacker112/markdown-utilities .git"
12
12
},
13
13
"author" : " David Granqvist" ,
14
14
"license" : " ISC" ,
15
15
"bugs" : {
16
- "url" : " https://github.com/hacker112/markdown-tools /issues"
16
+ "url" : " https://github.com/hacker112/markdown-utilities /issues"
17
17
},
18
- "homepage" : " https://github.com/hacker112/markdown-tools #readme" ,
18
+ "homepage" : " https://github.com/hacker112/markdown-utilities #readme" ,
19
19
"dependencies" : {
20
20
"markdown-toc" : " ^1.2.0" ,
21
21
"meow" : " ^5.0.0"
24
24
"eslint" : " ^6.6.0"
25
25
},
26
26
"bin" : {
27
- "markdown-tools -github-toc" : " bin/markdown-github-toc.js"
27
+ "markdown-utilities -github-toc" : " bin/markdown-github-toc.js"
28
28
}
29
29
}
You can’t perform that action at this time.
0 commit comments