0.2.0 • Published 4 years ago

@enva/cli v0.2.0

Weekly downloads
5
License
MIT
Repository
github
Last release
4 years ago

Enva CLI

Shared and colabrative scripts on your command.

Enva CLI enables users to define most used commands so it can be sharable and much easier to use.

Motivation

Installation

$ npm install -g @enva/cli

Or install it using Yarn

$ yarn global add @enva/cli

Usage

Enva uses .envarc files as config files to understand what commands you're going to use in your enviroment. Here's an example:

~/.envarc

{
    "commands": {
        // Yarn helpers
        "y": "yarn",
        "yi": "yarn add $1 $", // enva yi

        // Git aliases
        "clone": "git clone https://github.com/${2:johndoe}/$1; cd $1;"
    }
}

Contributing

Contributing guide on going

License

MIT

0.2.0

4 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago