https://github.com/boxed/cmi-plugin--lightning-talk
This is the CMi plugin I used to present CMi in my Lightning Talk at Europython 2013
https://github.com/boxed/cmi-plugin--lightning-talk
Last synced: about 1 year ago
JSON representation
This is the CMi plugin I used to present CMi in my Lightning Talk at Europython 2013
- Host: GitHub
- URL: https://github.com/boxed/cmi-plugin--lightning-talk
- Owner: boxed
- Created: 2013-07-07T14:40:04.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-11-12T19:11:13.000Z (over 12 years ago)
- Last Synced: 2025-03-21T06:29:21.704Z (over 1 year ago)
- Language: Python
- Size: 160 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
CMI Plugin: Lightning-Talk
==========================
This is the CMi plugin I used to present CMi in my Lightning Talk at Europython 2013. To use it in CMi
put this code into a folder called "presentation" in ~/Library/Application Support/CMi/plugins like this:
```bash
cd ~/Library/Application\ Support/CMi/
mkdir plugins
cd plugins
git clone git@github.com:boxed/CMI-Plugin--Lightning-Talk.git presentation
````