An open API service indexing awesome lists of open source software.

https://github.com/niquenen/gfm-toc

Simple tool to create a TOC (table of contents) and compliant with GitHub Flavored Markdown (GFM).
https://github.com/niquenen/gfm-toc

github-flavored-markdown nodejs npm toc

Last synced: 23 days ago
JSON representation

Simple tool to create a TOC (table of contents) and compliant with GitHub Flavored Markdown (GFM).

Awesome Lists containing this project

README

          

# gfm-toc

Simple tool to create a TOC (table of contents) and compliant with GitHub
Flavored Markdown (GFM).

## Install

Install with [npm](https://www.npmjs.com/).

1. Add registry in [.npmrc config file](
https://docs.npmjs.com/cli/configuring-npm/npmrc
).

```ini
@niquenen:registry=https://npm.pkg.github.com
```

2. Install the npm package.

```sh
npm install --global @niquenen/gfm-toc
```

3. Use gfm-toc.

```sh
gfm-toc
```

## Contributing

Pull requests are always welcome. For bugs and feature requests,
please [create an issue](https://github.com/niquenen/gfm-toc/issues).