Paircast helps developers automatically document their code by aligning a screen cast with their code changes.
Everything I say as well as my code changes are transcribed (into markdown) right next to my video. Just watch as I ended this Swift
file.
Code.exe > demo.swift - demo - Visual Studio Code
diff --git demo.swift demo.swift
--- demo.swift
+++ demo.swift
@@ -1,2 +1,4 @@
// Hello, World! Program
import Swift
+
+print("Hello, World!")
You can use a Paircast to make:
- Readmes
- Tutorials
- Pull Requests
Developers can copy-and-paste code out of your screencast, and they can even see the screencast within git history.
Paircast works with any programming language, and it's available for free for Mac and Windows. You can get started at Paircast.io.