@rolster/vinegar
v2.1.1
Published
Container package of basic classes to implement a clean architecture.
Downloads
178
Maintainers
Readme
Rolster Vinegar
Container package of basic classes to implement a clean architecture.
Installation
npm i @rolster/vinegar
Configuration
You must install the @rolster/types
to define package data types, which are configured by adding them to the files
property of the tsconfig.json
file.
{
"files": ["node_modules/@rolster/types/index.d.ts"]
}
Contributing
- Daniel Andrés Castillo Pedroza :rocket: