1.0.2 • Published 12 months ago

court-cli v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
12 months ago

Court

Court is a simple command/alias manager for your project

Instead of relying on package.json or makefile, you can have all your project commands in a court.yml

Usage

  • Install court npm i -g court-cli

  • Create your project config file named court.yml

    Here is a simple court config

    aliases:
      - name: ls
        description: list files
        cmd: ls --color
      - name: lsla
        description: list files with details
        cmd: ls -la --color

    This config will add two commands, ls and lsla

  • Open a terminal and type court the help message will display your project commands

  • Invoke a command court <name>

1.0.2

12 months ago

1.0.1

12 months ago

1.0.0

12 months ago