| v2.0.0.beta-15

Generate

Generate useful files for your project.

The generate will prompt you to select the type of file you want to generate.

terminal
shelve generate

Env Example

The .env.example option allows you to generate an example .env file in your project. This file contains the environment variables required to run your project locally but does not contain any sensitive information. You can use this file as a template to create your own .env file.

Edit this page