sca-config
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

SCA Config

Pre-configured configuration module for NestJS. Support for development, qa, uat, and production environments with pre-configured environment file validation.

Report Bug · Request Feature

Note

The documentation is under development. You are welcome to review the source code and document it. It will be completed soon. You can explore the code for un-documented features.

Installation

npm i sca-config

Usage

import { ConfigModule } from "sca-config";

@NgModule({
	imports: [ConfigModule],
})
export class RootModule {
}

License

Distributed under the MIT License. See LICENSE.txt for more information.

Contact

Yahoo: mwaqar666@yahoo.com
Google: muhammadwaqar666@gmail.com

Package Sidebar

Install

npm i sca-config

Weekly Downloads

10

Version

0.0.2

License

MIT

Unpacked Size

154 kB

Total Files

55

Last publish

Collaborators

  • mwaqar666