setup-wizard

0.1.3 • Public • Published

Setup Wizard Middleware

Instead of crashing if .env is not ready, show a setup wizard.

Usage

Start by remixing this project, and edit env.json according to your needs.

How to use it on an existing project

  1. Add setup-wizard to package.json

  2. Create env.json to list your required environment variables

  3. Add this code to your server.js, before any other route:

    app.use(require('setup-wizard'));
    

Readme

Keywords

Package Sidebar

Install

npm i setup-wizard

Weekly Downloads

5

Version

0.1.3

License

none

Last publish

Collaborators

  • etamponi