CyanPrintCyanPrint

resolver

atomi/sh

atomi/sh

resolverv1folder artifact
Add dependencyresolvers: - atomi/sh@1
1downloads
0likes
1versions
0pins

Rendered markdown

README

atomi/sh

atomi/sh is a CyanPrint v4 resolver for ordered shell contributions, initially scripts/local/setup.sh and .envrc.

Each contribution is divided into a preamble (through its first blank line), body (between the first and last blank lines), and postamble (after the last blank line). All preambles and postambles must be trim-equal. They are emitted once from the lowest layer; a mismatch refuses and names both contributing templates. Bodies are then concatenated by ascending layer number, without content sorting.

Test

bun test
cyanprint test .

Build

bun run build