l3g

Version, currently master branch1 version
  • master branchlatestJun 16, 2021

github.com/l3gacyb3ta/l3g

L3gacyb3ta's little cli.

4 stars
0 dependents
License: Unlicense

Installation

# Add this to your shard.yml
dependencies:
  l3g:
    github: l3gacyb3ta/l3g
    branch: master

master is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
no constraint declared
Author
name

Dependencies

This version declares no dependencies.

README

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