mirror of
https://github.com/toddbluhm/env-cmd.git
synced 2025-12-08 18:23:33 +00:00
- Complete rewrite and reorganization - Expose a usable programmatic API - Support Async .env files by accepting javascript files - Update all libraries/dependencies - Support for more options in the future by using commanderjs - More thorough test cases and code-coverage - Better handling of signal terminations for both parent and child processes - Use ESLint Standard with Typescript
3 lines
66 B
JavaScript
Executable File
3 lines
66 B
JavaScript
Executable File
#! /usr/bin/env node
|
|
require('../lib').CLI(process.argv.slice(2))
|