Skip to content

💻 Shared and collaborative scripts on your command

License

Notifications You must be signed in to change notification settings

enva-projects/enva-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

💻 Shared and collaborative scripts on your command

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published