## Description

Clean TypeScript is a plugin for creating server-side applications with Node.js, Clean Architecture and TypeScript. It is built with TypeScript and combines elements of OOP (Object Oriented Programming), it makes use of the Express framework as default server.

This plugin integrates with the **Clean Scaffold** tool, giving the developer the facility to
building server-side applications in a faster and more efficient way, as it provides the solution for the 
solution so that the handling of the dependencies is not done manually created factories,
but that the plugin solves them when starting the application. This is possible thanks to the Dependency Injection
and the Inversion of Control (IoC).

## Plugin implementation

```
$ npm install @tsclean/core
```

## License

Clean TypeScript is [MIT licensed](LICENSE).