UNPKG
create-workspace
Version:
latest (0.1.0)
0.1.0
CLI-based tool to create a workspace with multiple projects, e.g. frontend/backend/shared
create-workspace
/
dist
/
module.d.ts
3 lines
(2 loc)
•
58 B
TypeScript
View Raw
1
2
3
export
*
from
'./project'
;
export
*
from
'./workspace'
;