nestjs-config

v2.0.0-beta.2
Easy to use Nest congifuration module
nestjs config environment

test

jest

coverage

jest --coverage

coveralls

yarn run coverage --coverageReporters=text-lcov | coveralls

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

Metadata

  • MIT
  • Whatever
  • Unknown
  • released 8/15/2019

Downloads