A simple CLI to print/copy files from a source directory! Usefull for managing env
files 😉
Download your executable file from releases or build it your self. Then here we go, you can now use EnvyCLI!
# 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
@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]
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
For support, create a github issue