1.0.5 • Published 3 years ago

md-footer-cli v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Md Footer CLI

CI License: MIT

Generate markdown footer links. This library is rewritten from md-footer by typescript.

Install

$ npm i md-footer-cli

Usage

$ md-footer-cli --help

Options:
  -h, --help     Show help                                             [boolean]
  -v, --version  Show version number                                   [boolean]

Examples:
  index.js input.md            generate footer links in input.md
  index.js input.md output.md  generate footer links of input.md to output.md

Copyright 2022 Riku Kanayama (k_kuroguro) All Rights Reserved.

Input

[Link1](http://www.example.com/link1)
[Link2](http://www.example.com/link2)
[Link1-2](http://www.example.com/link1)

Output

[Link1][1]
[Link2][2]
[Link1-2][1]


[1]:http://www.example.com/link1
[2]:http://www.example.com/link2

Related

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago