Bp Ukhirani
Use this command to install Bp:
winget install --id=Ukhirani.Bp -e Skip writing repetitive boilerplate code
winget install --id=Ukhirani.Bp -e Skip writing repetitive boilerplate code
Boilerplate is a CLI tool that lets developers save and reuse file or project templates, including automated setup commands, to quickly generate code structures and eliminate repetitive work.
Find other templates and share your templates at bp-hub
Refer the official documentation for boilerplate at bp-hub/docs
brew install ukhirani/bp/bp
curl -fsSL https://raw.githubusercontent.com/ukhirani/boilerplate/main/install.sh | sh
winget install Ukhirani.Bp
go install github.com/ukhirani/boilerplate/bp@latest
bp --version
bp --help
bp help
bp list
bp gen
bp gen # Custom filename (files only)
bp gen --dir # Specify relative target directory
bp add --name
bp preview
bp preview --config # Show template configuration including pre and post commands.
bp config # This will open up the config of the template your the default editor (default : vscode)
bp config -e OR --editor # This is to override the default editor for opening configs
bp clip
bp clone / --alias # Here, alias is what you want to call this template in your system
bp work # By default runs pre and post commands both (sequentially)
bp work --pre # Runs only the pre commands
bp work --post # Runs only the post commands