https://github.com/brrd/nbx2md
nullboard to markdown
https://github.com/brrd/nbx2md
Last synced: 8 months ago
JSON representation
nullboard to markdown
- Host: GitHub
- URL: https://github.com/brrd/nbx2md
- Owner: brrd
- License: mit
- Created: 2021-11-18T10:43:52.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-18T14:28:36.000Z (about 4 years ago)
- Last Synced: 2025-01-29T12:37:10.989Z (about 1 year ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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