enex2sb
v6.0.2
Published
Encode XML exported by Evernote to Scrapbox.io style importable json
Downloads
115
Readme
enex2sb
Encode XML exported by Evernote to Scrapbox.io style importable json
Usage
CLI
You should set GYAZO_ACCESS_TOKEN
to OAuth access token get from https://gyazo.com/oauth/applications before exec command.(It uses to upload embeded images to gyazo.com)
% pnpm install -g enex2sb
% enex2sb hoge.enex > hoge.json
- You can pass filename as option
% cat hoge.enex | enex2sb > hoge.json
API
TBW
Development
- Require
- NodeJS
- Fork it
% git clone git@github.com:YOUR-NAME/enex2sb.git
% cd enex2sb
% git 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 🎉