Direct compiler
AvailableRun the compiler from the terminal. It inlines imports and prints the finished prompt to stdout — pipe it into any agent, your clipboard, or a file.
# today (pre-release) — run it from the repo
git clone https://github.com/stur86/nlpp-ts-server
cd nlpp-ts-server && bun install
bun run src/cli.ts path/to/app.nlpp
# once published to npm
npx nlpp-compile app.nlpp # or: bunx nlpp-compile app.nlpp- Pipe straight into your flow:
… | pbcopyor> prompt.txt. - Regenerate prompts in CI so they never drift from the source.
- Best for scripts, pipelines, editor-agnostic setups, or to use with your own custom agents.