[update] Readme
This commit is contained in:
@@ -0,0 +1,60 @@
|
|||||||
|
# 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 files, 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](https://nodejs.org/en/) installed
|
||||||
|
* Keppler installed globally
|
||||||
|
* Viewer connected to the same wifi
|
||||||
|
|
||||||
|
**Install Keppler globally**
|
||||||
|
|
||||||
|
```
|
||||||
|
npm install -g keppler
|
||||||
|
```
|
||||||
|
|
||||||
|
**Start Keppler inside the project folder**
|
||||||
|
|
||||||
|
```
|
||||||
|
cd ./my-awesome-project
|
||||||
|
keppler "My project"
|
||||||
|
```
|
||||||
|
|
||||||
|
The project URL appears. Share it with the viewers on the same wifi.
|
||||||
|
|
||||||
|
### Todo
|
||||||
|
|
||||||
|
- [ ] Prevent new version if no change
|
||||||
|
- [ ] Ignore too big files
|
||||||
|
- [ ] Ignore non txt files
|
||||||
|
- [ ] NPM package
|
||||||
|
|
||||||
|
### Futur features
|
||||||
|
|
||||||
|
- 404
|
||||||
|
- Retractable sidebar
|
||||||
|
- Open multiple files
|
||||||
|
- Keyboard navigation
|
||||||
|
- In app notifications
|
||||||
|
- Navigator notifications
|
||||||
|
- Config file
|
||||||
|
- Unit testing
|
||||||
|
- Tablet compatible
|
||||||
|
- File searching/filtering
|
||||||
|
- Toggle folder
|
||||||
|
- Tooltips
|
||||||
|
- Copy file to clipboard
|
||||||
|
- Download file
|
||||||
|
- Angular 2
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 69 KiB |
@@ -53,6 +53,7 @@ section.projects(ng-controller="ProjectsController as controller")
|
|||||||
| files
|
| files
|
||||||
.value
|
.value
|
||||||
| {{project.files_count}}
|
| {{project.files_count}}
|
||||||
|
|
||||||
section.text
|
section.text
|
||||||
.title
|
.title
|
||||||
| What is keppler
|
| What is keppler
|
||||||
@@ -60,9 +61,7 @@ section.text
|
|||||||
p
|
p
|
||||||
| Keppler lets you share your code simply during a presentation.
|
| Keppler lets you share your code simply during a presentation.
|
||||||
br
|
br
|
||||||
| The tool displays the hierarchy of files and their history. It indicates the arrival of new versions of a file and displays which parts have changed.
|
| Start keppler inside your project folder, share the URL with the viewers and start coding. When you save or change any files, viewers receive them, can browse through the files tree and discover changes you've made.
|
||||||
p
|
|
||||||
| Viewers can easily browse files and history while following the presentation.
|
|
||||||
p
|
p
|
||||||
| Keppler is easy to install and works with NodeJS.
|
| Keppler is easy to install and works with NodeJS.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user