UNPKG
create-sekiban-app
Version:
latest (0.1.0-alpha.8)
0.1.0-alpha.8
0.1.0-alpha.7
0.1.0-alpha.6
0.1.0-alpha.5
0.1.0-alpha.4
0.1.0-alpha.3
0.1.0-alpha.2
0.1.0-alpha.1
Create a new Sekiban application with Dapr
github.com/J-Tech-Japan/Sekiban
J-Tech-Japan/Sekiban
create-sekiban-app
/
template
/
packages
/
domain
/
src
/
aggregates
/
task
/
index.ts
6 lines
•
272 B
text/typescript
View Raw
1
2
3
4
5
6
// Export all task-related types and definitions
export
*
from
'./events/task-events.js'
;
export
*
from
'./commands/task-commands.js'
;
export
*
from
'./projectors/task-projector.js'
;
export
*
from
'./projectors/task-multi-projector.js'
;
export
*
from
'./queries/index.js'
;