wbflok-cli
v1.0.2
Published
Basic CLI tool for our projects, built with TypeScript. Useful as a building block for your own CLI.
Readme
wbcli
A command-line tool for running project-specific scripts and shortcuts. Built with TypeScript.
[!NOTE] This project should be used as a scaffold for your own project('s) as it will not work out of the box outside of our servers.
Features
- List available scripts with
wb list - Quickly run custom scripts via
wb run <script> - Scaffold new scripts using
wb new <script> - Manage aliases with
wb alias <name> <path> - Docker shortcuts via
wb d <service> <action>
Installation
Install globally:
npm install -g wbcli(or with pnpm)
pnpm add -g wbcliUsage
After installation, you can use the wb command:
wb list
wb run test-scripts
wb new my-script
wb alias dev ~/projects/my-project
wb d service upEnjoy faster script management and consistent development workflows with wbcli.
