easy-decorators
TypeScript icon, indicating that this package has built-in type declarations

1.0.0Β β€’Β PublicΒ β€’Β Published

Welcome to easy Decorators πŸ‘‹

Version License: MIT Twitter: caraaleatoriu

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

Readme

Keywords

none

Package Sidebar

Install

npm i easy-decorators

Weekly Downloads

2

Version

1.0.0

License

MIT

Unpacked Size

31.7 kB

Total Files

10

Last publish

Collaborators

  • quantxz