alexgaal/alias

A PHP CLI application that helps you organize your aliases.

Maintainers

👁 alexgaal

Package info

github.com/alexgaal/alias

Homepage

Type:project

pkg:composer/alexgaal/alias

Statistics

Installs: 146

Dependents: 0

Suggesters: 0

Stars: 9

Open Issues: 0

0.0.14 2022-08-12 09:15 UTC

Requires

Requires (Dev)

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT fda8d928e1f8503ebe27d1ae095f92fe0e692685

  • Alexander Gaal <alexander.gaal.woop@gipfel.dev>

frameworkcliconsolelaravelLaravel Zero


README

👁 Image

Alias CLI

A PHP CLI application that helps you organize your aliases.

👁 Build Status
👁 Total Downloads
👁 Latest Stable Version
👁 License

Installation

composer require --dev alexgaal/alias

After installing Alias CLI we recommend to call the setup command once for automatically creation of aliases.json.

👁 Image

Usage

Summary

To get an overview of all available commands you can call alias without any parameters.

👁 Image

Execute an alias

After defining your aliases in aliases.json or aliases.dev.json you can call

👁 Image

to get an overview of all available aliases. You can also call an alias directly:

👁 Image

aliases.json

At the moment our packages scans your root directory of your project for following files

  • aliases.dev.json
  • aliases.json

Please be aware that your values must be executable by your terminal.

aliases.json example

👁 Image

Support the development

Do you like this project? Support it by donating

License

Alias CLI is an open-source software licensed under the MIT license.