-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcompletely.yaml
183 lines (182 loc) · 2.22 KB
/
completely.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
butt3r:
- create
- component
- db
- down
- layout
- page
- start
- stop
- up
- ts-edit
- api-route
- test
- trpc
- type-schema
butt3r create:
- --db-provider
- --db-orm
- --shadcn-component
- --install
- --package-manager
- --app-ports
- --app-env
- --db-ports
- --db-env
- --db-user
- --db-name
- --app-port
- --app-network
- --db
- --no-db
- --app-router
- --no-app-router
- --auth
- --no-auth
- --trpc
- --no-trpc
- --tailwind
- --no-tailwind
- --shadcn
- --no-shadcn
- --mdx
- --no-mdx
- --mdx-remote
- --no-mdx-remote
- --docker
- --no-docker
- --git
- --no-git
butt3r component:
- --directory
- --component-name
- --props
- --import
- --emmet
- --template
- --server
- --client
- --dry-run
- --no-dry-run
- --prettier
- --no-prettier
- --export-default
- --no-export-default
butt3r db:
- export
- import
- query
- add-table
butt3r db export:
- --format
- --table
- --containerd
- --pretty
- --no-pretty
butt3r db import:
- --containerd
- --force
- --no-force
butt3r db query:
- --containerd
- --output
- --format
- --pretty
- --no-pretty
butt3r db add-table:
- --output-file
- -o
- --dry-run
- --no-dry-run
- -d
butt3r down:
- --containerd
- --dev
- --no-dev
- --all
- --no-all
butt3r layout:
- --directory
- --component-name
- --props
- --import
- --emmet
- --server
- --no-server
- --client
- --no-client
- --root
- --no-root
- --prettier
- --no-prettier
- --dry-run
- --no-dry-run
butt3r page:
- --directory
- --component-name
- --props
- --import
- --emmet
- --server
- --no-server
- --client
- --no-client
- --prettier
- --no-prettier
- --dry-run
- --no-dry-run
butt3r start:
- --containerd
- --runner
- --dev
- --no-dev
butt3r stop:
- --containerd
- --dev
- --no-dev
butt3r up:
- --containerd
- --runner
- --dev
- --no-dev
butt3r ts-edit:
- export-function
- export-type
- import
butt3r ts-edit export-function:
- --props
- --return-type
- --async
- --no-async
- --dry-run
- --no-dry-run
butt3r ts-edit export-type:
- --property
- --dry-run
- --no-dry-run
butt3r api-route:
- --methods
- --directory
- --schema
butt3r test:
- unit
- e2e
- --directory
butt3r trpc:
- router
- procedure
butt3r trpc router:
- --schema
butt3r trpc procedure:
- query
- mutation
- infinite
- --schema
- --loader
butt3r type-schema:
- props
- form
- api
- --props
- --form
- --api