alexmanno / effix

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

effix

Test your local changes before commit.

Build Status GitHub license GitHub stars

Installation

bash -c "$(curl -fsSL https://raw.githubusercontent.com/alexmanno/effix/master/tools/install.sh)"

Update

~/.effix/tools/update.sh

Usage

First time

effix init # create .effix.conf file

Test your files

effix test # test files

Use recipes

You can edit your .effix.conf and use recipes. To discover all the recipes:

effix recipes # show recipes

Troubleshooting

If effix is a "command not found" you can try to run

export PATH="$PATH:$HOME/bin/"

About

License:GNU General Public License v3.0


Languages

Language:Shell 100.0%