Module files

Module files 

Source
Expand description

TypeScript file generators.

Structs§

BaoToml
The bao.toml configuration file.
CliTs
The cli.ts file containing the main CLI setup using boune.
CommandTs
A generated command commands/{path}.ts file.
ContextTs
The context.ts file containing shared application state.
Dependency
A dependency with name and version.
GitIgnore
The .gitignore file for Node.js/Bun projects.
HandlerTs
A handler stub file for a command.
IndexTs
The index.ts entry point file.
PackageJson
The package.json configuration file.
TsConfig
The tsconfig.json configuration file.

Constants§

STUB_MARKER
Marker string indicating an unmodified TypeScript handler stub.