tsuru-plugin-recommended
v0.1.0
Published
Plugin for Tsuru with recommended configs and commands
Downloads
117
Readme
tsuru-plugin-recommended
Starting plugin for any Tsuru 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 tsuru-plugin-recommended
- in existing project or workspace:
pnpm i tsuru-plugin-recommended
Usage
This is a tsuru plugin. Please follow plugin documentation here [../tsuru/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