0.1.2 • Published 7 years ago

cafe-pitch v0.1.2

Weekly downloads
8
License
MIT
Repository
github
Last release
7 years ago

CafePitch

Build Status

Markdown-driven presentation tool built on Electron.

npm.io

Download

You can get executable binary in below link.

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