https://github.com/alexmanno/effix
https://github.com/alexmanno/effix
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/alexmanno/effix
- Owner: alexmanno
- License: gpl-3.0
- Created: 2018-11-06T11:03:05.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-08T15:11:27.000Z (over 6 years ago)
- Last Synced: 2025-03-29T23:12:09.893Z (3 months ago)
- Language: Shell
- Size: 26.4 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# effix
Test your local changes before commit.
[](https://travis-ci.org/alexmanno/effix)
[](https://github.com/alexmanno/effix)
[](https://github.com/alexmanno/effix/stargazers)## Installation
```sh
bash -c "$(curl -fsSL https://raw.githubusercontent.com/alexmanno/effix/master/tools/install.sh)"
```## Update
```sh
~/.effix/tools/update.sh
```## Usage
### First time
```sh
effix init # create .effix.conf file
```### Test your files
```sh
effix test # test files
```### Use recipes
You can edit your .effix.conf and use recipes.
To discover all the recipes:
```sh
effix recipes # show recipes
```## Troubleshooting
If effix is a "command not found" you can try to run
```sh
export PATH="$PATH:$HOME/bin/"
```