https://github.com/beenotung/gen-env
auto generate .env template by scanning source code
https://github.com/beenotung/gen-env
Last synced: about 2 months ago
JSON representation
auto generate .env template by scanning source code
- Host: GitHub
- URL: https://github.com/beenotung/gen-env
- Owner: beenotung
- License: bsd-2-clause
- Created: 2021-02-03T11:20:52.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-07T06:15:07.000Z (over 3 years ago)
- Last Synced: 2025-08-09T06:46:38.486Z (about 2 months ago)
- Language: JavaScript
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gen-env
auto generate .env template by scanning source code
[](https://www.npmjs.com/package/gen-env)
[](https://www.npmtrends.com/gen-env)## Features
- [x] auto skip some folders
- node_modules
- .git
- [x] support multiple file extensions
- .js
- .jsx
- .ts
- .tsx## Installation
```shell
npm i -g gen-env
```## Usage
```
usage: gen-env [dir]options:
dir: optional, default is current directoryexamples:
gen-env
gen-env ./my-app
```## License
[BSD-2-Clause](./LICENSE) (Free Open Source Project)