Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 756 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 756 Bytes

l3g

l3g, a basic toolkit for me, or anybody who has my exact use case. :)

For example, to create a license and commit it, run:
l3g license -c

Or you could commit and push with:
l3g -c -p

Here's the current set of tools:

L3gacy's toolkit
    init                             initialize a new project
    license                          Generate license
    git-config                       configure git with my info
    -v, --version                    Show version
    -h, --help                       Show help
    -d PATH, --dir=PATH              Specify path for command, defaults to .
    -c, --commit                     Commit to git repo
    -p, --push                       turns on pushing after actions