UNPKG
@nullpixel/ui
Version:
latest (3.0.1)
3.0.1
A UI Library for Modern Web Apps, powered by Vue & Tailwind CSS.
ui.nuxt.com
nuxt/ui
@nullpixel/ui
/
cli
/
commands
/
make
/
index.mjs
15 lines
(13 loc)
•
287 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
import
{ defineCommand }
from
'citty'
import
component
from
'./component.mjs'
import
locale
from
'./locale.mjs'
export
default
defineCommand
({
meta
: {
name
:
'make'
,
description
:
'Commands to create new Nuxt UI entities.'
},
subCommands
: { component, locale } })