To use the application, install the dependencies first via your preferred package manager.
$ npm install
$ yarn install
$ npm install -g .
$ yarn global add file:$PWD
By default, the markdown files will be put inside your $HOME
directory. If you want to modify it, just set the following environment variable in your terminal's profile:
$ export MARKDOWNIFY_DIR='<preferred directory>'
Commands:
markdownify convert [urls...] Convert url(s) to markdown
To extract markdown files, use the convert
command and pass url(s) as the command argument like so:
markdownify convert http://example.com/
Options:
--version Show version number [boolean]
-t, --tags Add tags to markdown [string]
-h, --help Show help [boolean]