init-dev-env

2.0.0 • Public • Published

init-dev-env

Automatically create .env files from a template file

oclif Version CircleCI Downloads/week License

Usage

$ npm install -g init-dev-env
$ init-dev-env COMMAND
running command...
$ init-dev-env (-v|--version|version)
init-dev-env/1.0.0 darwin-x64 node-v10.16.3
$ init-dev-env --help [COMMAND]
USAGE
  $ init-dev-env COMMAND
...

Commands

init-dev-env generate-dot-env FILE

Automatically create .env files from an example env file

USAGE
  $ init-dev-env generate-dot-env FILE

ARGUMENTS
  FILE  name of example .env file

OPTIONS
  -f, --force
  -h, --help           show CLI help
  -s, --source=source  path for example .env file
  -t, --target=target  target path to create .env file

EXAMPLES
  $ init-dev-env generate-dot-env
         example.env from ./src/generate-dot-env.ts!
      
  $ init-dev-env generate-dot-env
         example.env --source examples --target server from ./src/generate-dot-env.ts!

See code: src/commands/generate-dot-env.ts

init-dev-env help [COMMAND]

display help for init-dev-env

USAGE
  $ init-dev-env help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

Future Commands

PRs are most welcome implementing the commands below or new ones you may think of.

Package Sidebar

Install

npm i init-dev-env

Weekly Downloads

64

Version

2.0.0

License

MIT

Unpacked Size

13.5 kB

Total Files

16

Last publish

Collaborators

  • duluca