feat(cli): init command

This commit is contained in:
Benjamin Canac
2024-03-13 16:30:38 +01:00
parent 9a42fa415f
commit cdd9b178f3
8 changed files with 208 additions and 1 deletions

12
cli/package.json Normal file
View File

@@ -0,0 +1,12 @@
{
"name": "nuxt-ui-cli",
"exports": {
".": "./index.mjs"
},
"dependencies": {
"citty": "^0.1.6",
"consola": "^3.2.3",
"pathe": "^1.1.2",
"scule": "^1.3.0"
}
}