English | ็ฎไฝไธญๆ
TermBook is a notebook for the terminal. Like Jupyter, but each cell runs shell commands. Perfect for documenting and sharing command-line workflows.
git clone https://github.com/opencommand/term-book.git
cd term-book
# server
cd server
go mod tidy
go run .
# client - web
cd web
npm i
npm run dev
Contributions, issues and feature requests are welcome.
Feel free to check issues page if you want to contribute.
Check the contributing guide.
This software is licensed under The MIT License, see LICENSE for more information.
This Markdown was generated with โค๏ธ by docwiz