0.1.1 • Published 5 months ago

@dimkl/config v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

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/config

Requirements & limitations

  • node >= 18.17
  • typescript decorators support enabled in tsconfig using "experimentalDecorators": true

Usage

Examples can be found in examples/ folder.

Testing

codecov

Run tests

npm test

Support

For feature request or issues contact me via email or open an issue in repo

Publish

npm version {patch|minor|major}
npm publish

Roadmap

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.

License

MIT

0.1.1

5 months ago

0.1.0

5 months ago