JSPM

init-dev-env

2.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 340
  • Score
    100M100P100Q74978F
  • License MIT

Automatically create .env files from a template file

Package Exports

  • init-dev-env
  • init-dev-env/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (init-dev-env) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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.