1.0.8 • Published 1 year ago

env-exampler v1.0.8

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

env-exampler

env-exampler is a script that generates a .env.example file based on the current .env, removing the values.

Usage

Run npx env-exampler in the directory with your .env file.

Git hook

We recommend husky to generate the git hooks.

  1. npm install husky -D
  2. npm set-script prepare "husky install"
  3. npm run prepare
  4. npx husky add .husky/pre-commit "npx env-exampler"
  5. git add .husky/pre-commit
1.0.8

1 year ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago