Expand description
TypeScript file generators.
Structsยง
- BaoToml
- The bao.toml configuration file.
- CliTs
- The cli.ts file containing the main CLI setup using boune.
- Command
Ts - A generated command
commands/{path}.tsfile. - Context
Ts - The context.ts file containing shared application state.
- Dependency
- A dependency with name and version.
- GitIgnore
- The .gitignore file for Node.js/Bun projects.
- Handler
Ts - A handler stub file for a command.
- IndexTs
- The index.ts entry point file.
- Package
Json - The package.json configuration file.
- TsConfig
- The tsconfig.json configuration file.