nickel-lang / organist

Control all your tooling from a single console
MIT License
421 stars 21 forks source link

Add a `FileTree` builder #150

Closed thufschmitt closed 1 year ago

thufschmitt commented 1 year ago

Builder that takes a mapping path -> target (as a Nickel record) and builds a tree of symlinks corresponding to that mapping (the documentation of the function itself might be a bit clearer).

Part of #58