James Brundage

Results 990 issues of James Brundage

PipeScript should provide an open-ended way to Publish. The architecture for this should be like interpretation (`Invoke-PipeScript`) and compilation (`Use-PipeScript`/`Export-PipeScript`), and should seek to answer the following questions: ## What...

This should call the layout for a given URL and a collection of variables. All variables in this collection should be splatted onto the layout command.

enhancement
Types

The Language object is pretty open ended already: It allows us to describe another Language in PipeScript, and work with different languages dynamically. What it does not yet do is...

enhancement

This is fairly straightforward and possibly overpowered. Since [Languages can have compilers](https://github.com/StartAutomating/PipeScript/issues/571), it _should_ be straightforward to find any files associated with a requested language and then compile them.

enhancement
Languages
Commands

This should take after [Use-Splat in Splatter](https://github.com/StartAutomating/Splatter/blob/main/Use-Splat.ps1)

enhancement