inc 1.0.3 inc: ^1.0.3 copied to clipboard
An inline pattern compiler for embedding code into static files.
Example file for inc #
In this static Markdown file, we will insert some dynamic code. Let's insert a sequence from 1 to 100. We will compile it using:
inc -i README.md -o example_compiled.md
|> seq 1 100 <|