Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/eviweb/bash-aliases

a bunch of command aliases
https://github.com/eviweb/bash-aliases

Last synced: about 1 month ago
JSON representation

a bunch of command aliases

Awesome Lists containing this project

README

        

Bash Aliases
============
A set of command aliases.

How to install
--------------
clone this repo `git clone https://github.com/eviweb/bash-aliases`
> Then if you want to get a better user experience, you should finalize the install by using the *[bash-commands-installer](https://github.com/eviweb/bash-commands-installer)*

Provided aliases
----------------
### to composer installed commands
These aliases facilitate the use of composer installed commands from the root of the project.
An alias will firstly look for its command in `./bin` and then in `./vendor/bin` if not previously found.
* `behat`: [behat command](http://docs.behat.org)
* `phpspec`: [phpspec command](http://www.phpspec.net)
* `phpunit`: [phpunit command](https://phpunit.de)
* `robo`: [robo command](http://robo.li)

### basic alias
* `artisan`: [laravel artisan command](http://laravel.com)

License information
-------------------
Please see [License](LICENSE)

Contribute
----------
Feel free to fork and ask for pull requests.