UNPKG

env-cmd

Version:

Executes a command using the environment variables in an env file

4 lines (3 loc) 87 B
#! /usr/bin/env node import { CLI } from '../dist/index.js' CLI(process.argv.slice(2))