Skip to content
/ x Public

This is a command line to automate my software development workflow

License

Notifications You must be signed in to change notification settings

p-nerd/x

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

This is a command line to automate my software development workflow

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages