1.0.0 ā€¢ Published 8 months ago

easy-decorators v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
8 months ago

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

Show your support

Give a ā­ļø if this project helped you!


This README was generated with ā¤ļø by readme-md-generator

1.0.0

8 months ago

0.0.1

3 years ago