0.1.1 • Published 2 years ago
@dimkl/config v0.1.1
Config
@dimkl/config is a dependency-free JS library for initialization a configuration instance or class.
Installation
Use the package manager npm to install @dimkl/config
npm install @dimkl/configRequirements & limitations
- node >= 18.17
- typescript decorators support enabled in tsconfig using
"experimentalDecorators": true
Usage
Examples can be found in examples/ folder.
Testing
Run tests
npm testSupport
For feature request or issues contact me via email or open an issue in repo
Publish
npm version {patch|minor|major}
npm publishRoadmap
TODO
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.