7e4bdba91f512f58cedfd5a6616fbbec70bf6c18
Keppler
An efficient way to share your code while presenting
What is keppler
Keppler lets you share your code during a presentation.
Start keppler inside your project folder, share the URL with the viewers and start coding. When you save or change any file, viewers receive them, can browse through the files tree and discover changes you've made.
Keppler is easy to install and works with NodeJS.
Instructions
Requirements
- NodeJS installed
- Keppler installed globally
- Viewers connected to the same network
Install Keppler globally
npm install -g keppler
Start Keppler inside the project folder
cd ./my-awesome-project
keppler "My awesome project"
Share the URL that should appear with the viewers.
config
You can add configuration argument when calling Keppler.
keppler "My project" --debug 0 --port 1234 --exclude "node_modules/**" --open true --test true --initial-send true --max-file-size 99999
or with shortcuts
keppler "My project" -d 0 -p 1234 -e "node_modules/**" -oti -m 99999
Arguments list
| name | shortcut | default value | description |
|---|---|---|---|
--debug |
-d |
(number)1 |
Debug level (0: almost no log, 1: some logs, 2: many logs) |
--name |
-n |
(string)No name |
Project name (you can simply add a string after keppler keyword like keppler "My project") |
--port |
-p |
(number)1571 |
Server port |
--exclude |
-e |
(string)**/.DS_Store,node_modules/**,vendor/**,.git |
Files to exclude |
--open |
-o |
(bool)true |
Open in default browser |
--test |
-t |
(bool)false |
Start a test project |
--initial-send |
-i |
(bool)false |
Send files in folder at start |
--max-file-size |
-m |
(number)99999 |
Maximum file size in octets |
Features
- Work in any modern browser
- Files tree
- File history/versions
- File versions differences
- Easy copy
- Accessible by anyone on the same network
- App like design
- Syntax coloring
- Multiple projects in one Keppler instance
Futur features
- Chat with possibility to associate messages with lines and files
- Log project URL and open in default browser
- Download file button
- Download project button
- Keyboard navigation
- In app notifications
- Browser notifications
- Toggle folder
- Retractable sidebar
- File searching/filtering
- Tooltips
- Tablet compatible
- Vue.js
- Font-size control
Description
Languages
JavaScript
59.4%
Stylus
25.5%
HTML
13.7%
Vue
1.1%
TypeScript
0.2%