Skip to content

THIS IS A FIRST SIMPLE ALPHA VERSION AND CONTRIBUTORS ARE WELCOME

License

Notifications You must be signed in to change notification settings

literate-programming/lit

Repository files navigation

lit

the universal literate programming tool

Github Actions Software Release Software License


Installation

Prebuild binaries

Go to the release page and download the binary.

Building from Source

lit is written in Golang. You need to install go before you can continue with the next steps.

git clone [email protected]:literate-programming/lit.git
cd cmd/lit
make download-darwin # or download-linux
make bootstrap
make build

Usage

To transform a file and write it back to a file, run:

lit source.go.md source.go

If you want to print it to stdout, run:

lit source.go.md