@ondrej-langr/bob-plugin-recommended
v0.2.0
Published
Plugin for BOB with recommended configs and commands
Downloads
64
Readme
@ondrej-langr/bob-plugin-recommended
Starting plugin for any bob project or workspace. Includes every template and command that user or business can benefit from greatly.
Supported engines
- Node.js >= 20
- PNPM >= 8
Installation
Installation works like in any other package installation
- globally:
pnpm i -g @ondrej-langr/bob-plugin-recommended
- in existing project or workspace:
pnpm i @ondrej-langr/bob-plugin-recommended
Usage
This is a @ondrej-langr/bob plugin. Please follow plugin documentation here [../bob/docs/plugins.md]
Commands
workspace:create
- creates workspace, throws if command is executed in workspaceworkspace:update
- updates workspace with active settings with latest templatesproject:create
- creates new project in current workspace or in current working directoryproject:update
- updates project with active settings with latest templates
Contribution
You can read more about necessary info about this project here