usekoala

0.2.2 • Public • Published

Koala

Create shortcuts for commands with ease.


Table of Contents

Install

npm:

npm install -g usekoala

Yarn:

yarn global add usekoala

GitHub:

git clone https://github.com/mazecodes/koala.git

Usage

Set a new shortcut:

koala set push 'git push origin master'

Execute a shortcut:

k push

Get the command of a shortcut:

koala get push

Delete a shortcut:

koala delete push

Clear all shortcuts:

koala clear

List all shortcuts:

koala list

Contributing

All contributions, issues and feature requests are welcome!
Please feel free to check issues page.

  1. Fork the project
  2. Create your feature branch (git checkout -b feature/AwesomeFeature)
  3. Commit your changes (git commit -m "Add Awesome Feature")
  4. Push to the branch (git push origin feature/AwesomeFeature)
  5. Open a Pull Request

Author

Maze Peterson:

Show your support

Give a if you liked this project!

License

MIT © Maze Peterson

Package Sidebar

Install

npm i usekoala

Weekly Downloads

0

Version

0.2.2

License

MIT

Unpacked Size

15.8 kB

Total Files

22

Last publish

Collaborators

  • mazecodes