repositorypackage
0.0.0-20241204185340-9ea555f53c90
Repository: https://github.com/pwrtool/powertool.git
Documentation: pkg.go.dev
# README
Powertool
This is the actual application for powertool! It's split into multiple modules:
- core - handles the core functionality of powertool
- cli - handles the
pwrtool
command - action - handles the github action for powertool (coming soon!)
- docker - handles the docker image for powertool (coming soon!)
If you're looking for the tools to build a kit, you'll need to look in other repos. See the docs for more information.
Install
If you want to be able to use powertool on your local machine, run:
go install github.com/pwrtool/powertool/pt
Powertool is under the pt
command.