modulepackage
0.0.0-20241031235529-64be7adb88fb
Repository: https://github.com/p-nerd/x.git
Documentation: pkg.go.dev
# README
x
This is a command line to automate my software development workflow
Install x
with go
go install github.com/p-nerd/x@latest
Commands
<...args> run the default script (default script: x.sh).
-s <script name> <...args> run the specified script.
set <script name> change the default script.
up run the 'docker compose up' command in the current working path.
commit run the 'git add -A; git commit -m <args>' in on command
push | git-all run the 'git add -A; git commit -m <args>; git push' in on command
tree run the 'tree --gitignore' in on command
help | --help | -h display this help information (also supports '--help').
version show the version number of the tool.
# Packages
No description provided by the author