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
/
user
/
index.ts
2 lines
•
82 B
text/typescript
View Raw
1
2
export
*
from
'./events/index.js'
;
export
*
from
'./projectors/user-projector.js'
;