enex2sb
v5.1.2
Published
Encode XML exported by Evernote to Scrapbox.io style importable json
Downloads
33
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)
% npm 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 [email protected]:YOUR-NAME/enex2sb.git
% cd enex2sb
% git checkout -b YOUR_WORKING_BRANCH
- Write Some Code!
- Build:
% npm run build
- Watch:
% npm run watch
- Watch:
- Test:
% npm test
- Test Watching:
% npm test:watch
- Test Watching:
- Commit your work
- Open PR to this repository 🎉