cafe-pitch
v0.1.2
Published
Markdown-driven presentation tool built on Electron.
Downloads
15
Readme
CafePitch
Markdown-driven presentation tool built on Electron.
Download
You can get executable binary in below link.
- https://github.com/joe-re/cafe-pitch/releases
You can also install it by npm.
$ npm install -g cafe-pitch
$ cafepitch
Support
- Live preview
- Presentation mode
- Export PDF
- Emoji notation(ex :tada: :bow: etc..)
Development
setup
$ npm install
$ npm setup
coding
$ npm run build # only build.
$ npm run watch # watch filechanges and run auto build.
$ npm start # run electron.
testing
$ npm run test # run unit test and e2e test.
$ npm run test:unit # only run unit test.
$ npm run test:e2e # only run e2e test.
License
MIT © joe-re