html2sb
TypeScript icon, indicating that this package has built-in type declarations

5.1.2 • Public • Published

html2sb

Encode HTML to Scrapbox.io style text

Usage

CLI

  • % npm 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
  1. Fork it
  2. % git clone git@github.com:YOUR-NAME/md2sb.git
  3. cd md2sb
  4. git checkout -b YOUR_WORKING_BRANCH
  5. Write Some Code!
  • Build: % npm run build
    • Watch: % npm run watch
  • Test: % npm test
    • Test Watching: % npm test:watch
  1. Commit your work
  2. Open PR to this repository 🎉

Readme

Keywords

none

Package Sidebar

Install

npm i html2sb

Weekly Downloads

1

Version

5.1.2

License

MIT

Unpacked Size

9.59 kB

Total Files

16

Last publish

Collaborators

  • pastak