nestjs-config

v1.4.11
Easy to use Nest configuration module
nestjs config environment

test

jest

coverage

jest --coverage

test:watch

jest --watch

build

rm -rf ./dist && tsc && npm run build:index

build:index

rm -rf ./index.js ./index.d.ts && tsc -d --skipLibCheck ./index.ts

format

prettier **/**/*.ts --ignore-path ./.prettierignore --write && git status

prepublish

npm run format && npm run build
npm i nestjs-config

Metadata

  • MIT
  • Whatever
  • Unknown
  • released 8/11/2023

Downloads