The entry point for the CLI version of ipynb2web.
Install:
npm install ipynb2web
Usage:
ipynb2web <COMMAND> <SAVETO> <FROM/or/SitemapName>
Get help:
ipynb2web help
It provides a command line interface function that processes given arguments and calls createSitemap,
createAudio, or cli_nbs2html, based on the first argument.
Methods
(static) cli(args)
Command line interface function that processes given arguments and calls the appropriate function based on the first argument.
Parameters:
Name | Type | Description |
---|---|---|
args |
Array.<string> | An array of command line arguments.
|
(static) help()
Displays documentation on how to use the CLI when 'help' argument is provided.