An open API service indexing awesome lists of open source software.

https://github.com/ghostsquad/code-demo

A framework for writing demos of code stuff
https://github.com/ghostsquad/code-demo

Last synced: 8 months ago
JSON representation

A framework for writing demos of code stuff

Awesome Lists containing this project

README

          

## Code Demo ##

Demoing code stuff

Example:
```
$ python .\start-demo "C:\dev\code-demo\example\example-demo.txt"
running demo: C:\dev\code-demo\example\example-demo.txt
[1] # I am a comment explaining the next line
[2] print('Hello World')
Hello World
[3] # That was cool
```