https://github.com/jolicode/everything-titanium-using-the-cli-talk
Slides of the TiConf Amsterdam 2014 about using CLI tools in the Titanium world.
https://github.com/jolicode/everything-titanium-using-the-cli-talk
Last synced: 26 days ago
JSON representation
Slides of the TiConf Amsterdam 2014 about using CLI tools in the Titanium world.
- Host: GitHub
- URL: https://github.com/jolicode/everything-titanium-using-the-cli-talk
- Owner: jolicode
- License: mit
- Created: 2014-06-29T09:44:02.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-06-29T12:27:30.000Z (about 12 years ago)
- Last Synced: 2025-07-02T05:36:49.241Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://speakerdeck.com/xavierlacot/everything-titanium-using-the-cli
- Size: 21 MB
- Stars: 4
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License.md
Awesome Lists containing this project
README
# Everything Titanium using the CLI
These are the slides of the [TiConf](http://ticonf.org/) Amsterdam 2014 about using CLI tools in the Titanium world.
## starting the presentation
install dependancies:
$ npm install
run the command:
$ node index.js
Do not run it on a public server. Do not type crap in the in-slides embedded terminals - all the commands are streamed to the term backend and executed on the host using your `user`.
## Generating a PDF
Generating a PDF can be achieved using Google Chrome (Print / Destination = "Save as PDF"). The generated PDF must be shrinked if too large - use [OSX Quartz filters for downsampling the embedded images](http://meyerweb.com/eric/thoughts/2010/02/25/better-pdf-file-size-reduction-in-os-x/).
A sample generated document is [available at Speakerdeck](https://speakerdeck.com/xavierlacot/everything-titanium-using-the-cli).
## Credits and acknowledgements
The slides are based on [shwr.me](http://shwr.me), a html, CSS and javascript based presentation engine, and also use [term.js](https://github.com/chjj/term.js/) to embed term access directly within the slides. Both shwr and term.js have been slightly modified to behave respectfully eachother (keystrokes captures, etc.). Syntax highlight is done through [prismjs](http://prismjs.com).
Images: Xavier Lacot (license [Creative Common Attribution-NonCommercial-ShareAlike 4.0](http://creativecommons.org/licenses/by-nc-sa/4.0/)).
Gif animations: [http://giphy.com](http://giphy.com)