html2sb
v7.0.0
Published
Encode HTML to Scrapbox.io style text
Downloads
27
Readme
html2sb
Encode HTML to Scrapbox.io style text
Usage
CLI
% pnpm install -g html2sb% html2sb hoge.html > hoge.txt- You can pass filename as option
% cat hoge.html | html2sb > hoge.txt- You can pass markdown text via stdin
API
TBW
Development
- Require
- NodeJS
- Fork it
% git clone [email protected]:YOUR-NAME/md2sb.gitcd md2sbgit checkout -b YOUR_WORKING_BRANCH- Write Some Code!
- Build:
% pnpm run build- Watch:
% pnpm run watch
- Watch:
- Test:
% pnpm test- Test Watching:
% pnpm test:watch
- Test Watching:
- Commit your work
- Open PR to this repository 🎉
