Markcial / ex

Elixir fish abbreviations and functions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ex

Slack Room

Elixir abbreviations and functions

Install

With fisherman

fisher markcial/ex

Usage

Write the abbreviation and then press enter if you want to simply run the command, or space if you want to complete it.

Abbreviations list:

  • IEX:
    • i: iex
    • is: iex -s mix
    • phx: iex -S mix phx.server
  • Mix:
    • m: mix
    • mn: mix new
    • md: mix deps.get
  • Kiex:
    • k: kiex
    • ki: kiex install
    • kl: kiex list
    • ks: kiex shell

About

Elixir fish abbreviations and functions

License:MIT License


Languages

Language:Shell 100.0%