Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.
/ envuse Public archive

Module to load environment variables from a .envuse file into the process.env.

Notifications You must be signed in to change notification settings

JonDotsoy/envuse

Repository files navigation

Contribution

Clean project

Before to start, you should clean your project.

If you have node_module folders, you can use rm -r {packages/*/,}node_modules/ command to clean your project.

You can use ls -d {packages/*/,}node_modules/ to check if you have node_module folders.

Look the section Contribution in to README file of all sub projects to know how to clean your project.