UNPKG
create-nextjs-storybook
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
0.0.1
Install embedded Storybook route into a NextJS project
create-nextjs-storybook
/
src
/
cli
/
js-package-manager
/
index.ts
4 lines
(3 loc)
•
119 B
text/typescript
View Raw
1
2
3
4
export
*
from
'./JsPackageManagerFactory.js'
;
export
*
from
'./JsPackageManager.js'
;
export
*
from
'./PackageJson.js'
;