@tsdiapi/events
Version:
Event handling plugin for TSDIAPI-Server with TypeDI integration and type-safe decorators.
34 lines • 1.02 kB
JSON
{
"name": "@tsdiapi/events",
"description": "Event handling plugin for TSDIAPI-Server with TypeDI integration and type-safe decorators.",
"files": [
{
"source": "files/*.ts",
"destination": "src/",
"overwrite": false
}
],
"generators": [
{
"name": "base",
"description": "Generate base structure for event plugin.",
"files": [
{
"source": "generators/base/*.*",
"destination": ".",
"overwrite": false,
"isHandlebarsTemplate": true
}
],
"postMessages": [
"✅ Base event structure has been generated successfully!",
"📌 You can now start defining your custom events and listeners.",
"💡 Check the current directory for the generated files."
]
}
],
"postMessages": [
"🚀 The @tsdiapi/events plugin has been successfully installed!",
"📌 Use 'tsdiapi generate events' to create the base event structure."
]
}