Skip to content

Unarray/cli-envy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

✨ CLI Envy

A simple CLI to print/copy files from a source directory! Usefull for managing env files 😉

Installation

Download your executable file from releases or build it your self. Then here we go, you can now use EnvyCLI!

Usage/Examples

Print/copy your resource

# Print your resource content inside your terminal
envy get your-resource

# Create/copy your resource content inside a file (here inside a `.env` file)
envy get your-resource > .env

Command envy --help

@unarray/cli-envy - v1.0.0
Usage: envy <cmd> [opts]

Commands:
  envy                      Interactive CLI to copy your resources     [default]
  envy get <resource>       Get your resource content
  envy get-dir              Get your resources directory path
  envy list                 List your resources
  envy set-dir <directory>  Set your resources directory path

Options:
  -v, --version  Show version number                                   [boolean]
  -h, --help     Show help                                             [boolean]

Run Locally

Clone the project

  git clone https://github.com/Unarray/cli-envy

Go to the project directory

  cd my-project

Install dependencies

  bun install

Install the local CLI globaly

  bun run link-cli

Build the CLI

  bun run build

Support

For support, create a github issue

About

A simple CLI to print/copy files

Resources

Stars

Watchers

Forks

Packages

No packages published