easy-decorators
v1.0.0
Published
<h1 align="center">Welcome to easy Decorators 👋</h1> <p> <a href="https://www.npmjs.com/package/server-starter-decorator" target="_blank"> <img alt="Version" src="https://img.shields.io/npm/v/server-starter-decorator.svg"> </a> <a href="#" targ
Downloads
2
Readme
decorator for start a express application direct from the class itself
Install
npm i easy-decorators
Code
import { ServerStarter } from 'starter-decorator';
class App {
your Application configs
}
@ServerStarter(App, 5665)
class Server {}
Author
👤 Anderson
- Twitter: @caraaleatoriu
- Github: @quantxz
Show your support
Give a ⭐️ if this project helped you!
This README was generated with ❤️ by readme-md-generator