@ondrej-langr/bob
v0.2.0
Published
Simpler CLI applications with focus on code generation
Downloads
204
Readme
@ondrej-langr/bob
@ondrej-langr/bob is a project that allows for simpler CLI applications with focus on code generation.
Supported engines
- Node.js >= 20
- PNPM >= 8
Installation
Installation works like in any other package installation
- globally:
pnpm i -g @ondrej-langr/bob
- in existing project or workspace:
pnpm i @ondrej-langr/bob
Usage
TBD
### Using Plugins
TBD
Default Global Arguments
Default global arguments are accessible in every command
--cwd
- specifies in which directory should program work, if not defined then its current working directory as default--debug
- if defined enables debug messages
Contribution
You can read more about necessary info about this project here