Commit Graph

68 Commits

Author SHA1 Message Date
Antonin Stefanutti
353341eb88 2.0.3 2017-08-30 16:07:12 +02:00
Antonin Stefanutti
2243f99f4c Remove underscore dependency 2017-08-29 23:17:19 +02:00
Antonin Stefanutti
f6e5797c15 Upgrade Puppeteer to version 0.10.1 2017-08-29 11:29:43 +02:00
Antonin Stefanutti
f6ebb5c190 2.0.2 2017-08-25 17:49:54 +02:00
Antonin Stefanutti
d093317103 2.0.1 2017-08-25 15:19:06 +02:00
Antonin Stefanutti
d101e4fc72 2.0.0 version 2017-08-25 15:19:06 +02:00
Antonin Stefanutti
d252e72efe 2.0.0-beta.1 2017-08-25 15:18:07 +02:00
Antonin Stefanutti
47e958c4d2 2.x beta 2017-08-25 15:18:07 +02:00
Antonin Stefanutti
12f7681a92 2.0.0-alpha.4 2017-08-25 15:18:07 +02:00
Antonin Stefanutti
3333a33026 2.0.0-alpha.3 2017-08-25 15:18:07 +02:00
Antonin Stefanutti
3c9be0b7f3 2.0.0-alpha.2 2017-08-25 15:18:07 +02:00
Antonin Stefanutti
807513b84b Use dependencies from NPM 2017-08-25 15:18:07 +02:00
Antonin Stefanutti
1ec9eb2bcd 2.0.0-alpha.1 2017-08-25 15:18:07 +02:00
Antonin Stefanutti
25710cd2aa Alpha version 2017-08-25 15:18:07 +02:00
Antonin Stefanutti
aa0739e79b Do not exclude package-lock.json 2017-08-25 15:18:07 +02:00
Antonin Stefanutti
ee7559cb48 Initial migration to Puppeteer 2017-08-25 15:18:07 +02:00
Antonin Stefanutti
9458e21a05 Update binary path in package.json according to new install instructions 2016-09-27 21:58:18 +02:00
oupala
c8dd3b742d add a package.json file in order to simplify the way decktape is launched
With this package.json file, it is simpler to launch decktape. You no longer need to type the strange `./bin/phantomjs decktape.js` as it is embedded in the package.json file.

You now have to enter one of the following command:

```bash
npm start <command> <url> <file>
npm start remark http://presentation.example.com> my-exported-presentation.pdf
```

This makes the user interface more consistent and easy to use.

Other script aliases can also be easily defined.
2016-05-02 17:53:04 +02:00