sapher / kestionaire

Small utility that allow to generate .env file by answering question.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kestionaire

Utility for the generation of .env file by answering questions from a file.

This tool use inquirer as a backend.

Usage

Configuration

You need to create a file that contain configuration provided by inquirer under the Question section.

output: .env
questions:
  - name: "name"
    message: "What is your name ?"

Run

npx kestionaire `kestion.yml`

Configuration

You can use any configuration provided by inquirer under the Question section.

Missing features

  • Handling more file format for input files
  • Handling of external calls

About

Small utility that allow to generate .env file by answering question.

License:Do What The F*ck You Want To Public License


Languages

Language:JavaScript 100.0%