0.2.0 • Published 5 years ago

dotenv-linter v0.2.0

Weekly downloads
10
License
MIT
Repository
github
Last release
5 years ago

Linter For .env files

Install

npm install dotenv-linter --save-dev

or

yarn add dotenv-linter --dev

Run

./node_modules/.bin/dotenv-linter

To run without breaking pipeline in case of error:

./node_modules/.bin/dotenv-linter --warn

To lint specific files:

./node_modules/.bin/dotenv-linter .env-staging .env-production

Contribution

Run tests

yarn test

TODO

  • Add eslint
  • Write unit tests
  • Add commit message linter
0.2.0

5 years ago

0.1.0

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago