Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/eviweb/bash-aliases
- Owner: eviweb
- License: mit
- Created: 2015-06-22T14:47:14.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-10T11:09:54.000Z (about 9 years ago)
- Last Synced: 2023-03-25T11:44:16.779Z (over 1 year ago)
- Language: Shell
- Size: 125 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.