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

https://github.com/brrd/nbx2md

nullboard to markdown
https://github.com/brrd/nbx2md

Last synced: 8 months ago
JSON representation

nullboard to markdown

Awesome Lists containing this project

README

          

# nbx2md

Convert [nullboard](https://github.com/apankrat/nullboard) NBX files to markdown.

## Installation

```sh
npm install -g nbx2md
```

## Usage

```sh
nbx2md path/to/input.nbx path/to/output.md
```

You can also use it programmatically:

```sh
npm install --save nbx2md
```

```js
const nbx2md = require("nbx2md");
const md = nbx2md(data);
```

## License

The MIT License (MIT) - Copyright (c) 2021 Thomas Brouard