JanDeDobbeleer / aliae

Cross shell and platform alias management
https://aliae.dev
MIT License
73 stars 3 forks source link

templating #9

Closed JanDeDobbeleer closed 11 months ago

JanDeDobbeleer commented 11 months ago

Prerequisites

Warning

This is a breaking change, but due to still being in beta we will not increment the major version number.

Change your configuration for aliae to alias:

alias:
  - name: a
    value: aliae
  - name: hello-world
    value: echo "hello world"
    type: function

Description

copilot:summary

How

copilot:walkthrough