usekoala
v0.2.2
Published
Create shortcuts for commands with ease.
Maintainers
Readme
Table of Contents
Install
npm:
npm install -g usekoalaYarn:
yarn global add usekoalaGitHub:
git clone https://github.com/mazecodes/koala.gitUsage
Set a new shortcut:
koala set push 'git push origin master'Execute a shortcut:
k pushGet the command of a shortcut:
koala get pushDelete a shortcut:
koala delete pushClear all shortcuts:
koala clearList all shortcuts:
koala listContributing
All contributions, issues and feature requests are welcome! Please feel free to check issues page.
- Fork the project
- Create your feature branch (
git checkout -b feature/AwesomeFeature) - Commit your changes (
git commit -m "Add Awesome Feature") - Push to the branch (
git push origin feature/AwesomeFeature) - Open a Pull Request
Author
Maze Peterson:
Show your support
Give a ⭐ if you liked this project!
License
MIT © Maze Peterson
