nbx2md

0.2.0 • Public • Published

nbx2md

Convert nullboard NBX files to markdown.

Installation

npm install -g nbx2md

Usage

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

You can also use it programmatically:

npm install --save nbx2md
const nbx2md = require("nbx2md");
const md = nbx2md(data);

License

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.2.0
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.2.0
    2
  • 0.1.0
    1

Package Sidebar

Install

npm i nbx2md

Weekly Downloads

3

Version

0.2.0

License

MIT

Unpacked Size

3.08 kB

Total Files

5

Last publish

Collaborators

  • brrd