This is an HTML to Markdown converter for iTELL. It is based on htmd and turndown.
yarnto install dependencies.yarn buildto build the project. This will generate anitell-turndown.[darwin|win32|linux].nodefile in the project root.yarn testto run tests with ava.
Optionally, run benchmarks with yarn bench.
- Install the latest
Rustwith rustup - Install
Node.js - Install
yarn
Ensure you have set your NPM_TOKEN in the GitHub project setting.
In Settings -> Secrets, add NPM_TOKEN into it.
When you want to release the package:
npm version [<newversion> | major | minor | patch | premajor | preminor | prepatch | prerelease [--preid=<prerelease-id>] | from-git]
git push
GitHub actions will do the rest job for you.