create-rue 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/LICENSE ADDED
@@ -0,0 +1,539 @@
1
+ # create-rue core license
2
+
3
+ create-rue is released under the MIT license:
4
+
5
+ MIT License
6
+
7
+ Copyright (c) 2024-present ruejs
8
+
9
+ Permission is hereby granted, free of charge, to any person obtaining a copy
10
+ of this software and associated documentation files (the "Software"), to deal
11
+ in the Software without restriction, including without limitation the rights
12
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
13
+ copies of the Software, and to permit persons to whom the Software is
14
+ furnished to do so, subject to the following conditions:
15
+
16
+ The above copyright notice and this permission notice shall be included in all
17
+ copies or substantial portions of the Software.
18
+
19
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
20
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
21
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
22
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
23
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
24
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
25
+ SOFTWARE.
26
+
27
+ ## License of the files in the directories template in create-rue
28
+
29
+ The files in the directories template in create-rue and files
30
+ generated from those files are licensed under the CC0 1.0 Universal license:
31
+
32
+ CC0 1.0 Universal
33
+
34
+ Statement of Purpose
35
+
36
+ The laws of most jurisdictions throughout the world automatically confer
37
+ exclusive Copyright and Related Rights (defined below) upon the creator and
38
+ subsequent owner(s) (each and all, an "owner") of an original work of
39
+ authorship and/or a database (each, a "Work").
40
+
41
+ Certain owners wish to permanently relinquish those rights to a Work for the
42
+ purpose of contributing to a commons of creative, cultural and scientific
43
+ works ("Commons") that the public can reliably and without fear of later
44
+ claims of infringement build upon, modify, incorporate in other works, reuse
45
+ and redistribute as freely as possible in any form whatsoever and for any
46
+ purposes, including without limitation commercial purposes. These owners may
47
+ contribute to the Commons to promote the ideal of a free culture and the
48
+ further production of creative, cultural and scientific works, or to gain
49
+ reputation or greater distribution for their Work in part through the use and
50
+ efforts of others.
51
+
52
+ For these and/or other purposes and motivations, and without any expectation
53
+ of additional consideration or compensation, the person associating CC0 with a
54
+ Work (the "Affirmer"), to the extent that he or she is an owner of Copyright
55
+ and Related Rights in the Work, voluntarily elects to apply CC0 to the Work
56
+ and publicly distribute the Work under its terms, with knowledge of his or her
57
+ Copyright and Related Rights in the Work and the meaning and intended legal
58
+ effect of CC0 on those rights.
59
+
60
+ 1. Copyright and Related Rights. A Work made available under CC0 may be
61
+ protected by copyright and related or neighboring rights ("Copyright and
62
+ Related Rights"). Copyright and Related Rights include, but are not limited
63
+ to, the following:
64
+
65
+ i. the right to reproduce, adapt, distribute, perform, display, communicate,
66
+ and translate a Work;
67
+
68
+ ii. moral rights retained by the original author(s) and/or performer(s);
69
+
70
+ iii. publicity and privacy rights pertaining to a person's image or likeness
71
+ depicted in a Work;
72
+
73
+ iv. rights protecting against unfair competition in regards to a Work,
74
+ subject to the limitations in paragraph 4(a), below;
75
+
76
+ v. rights protecting the extraction, dissemination, use and reuse of data in
77
+ a Work;
78
+
79
+ vi. database rights (such as those arising under Directive 96/9/EC of the
80
+ European Parliament and of the Council of 11 March 1996 on the legal
81
+ protection of databases, and under any national implementation thereof,
82
+ including any amended or successor version of such directive); and
83
+
84
+ vii. other similar, equivalent or corresponding rights throughout the world
85
+ based on applicable law or treaty, and any national implementations thereof.
86
+
87
+ 2. Waiver. To the greatest extent permitted by, but not in contravention of,
88
+ applicable law, Affirmer hereby overtly, fully, permanently, irrevocably and
89
+ unconditionally waives, abandons, and surrenders all of Affirmer's Copyright
90
+ and Related Rights and associated claims and causes of action, whether now
91
+ known or unknown (including existing as well as future claims and causes of
92
+ action), in the Work (i) in all territories worldwide, (ii) for the maximum
93
+ duration provided by applicable law or treaty (including future time
94
+ extensions), (iii) in any current or future medium and for any number of
95
+ copies, and (iv) for any purpose whatsoever, including without limitation
96
+ commercial, advertising or promotional purposes (the "Waiver"). Affirmer makes
97
+ the Waiver for the benefit of each member of the public at large and to the
98
+ detriment of Affirmer's heirs and successors, fully intending that such Waiver
99
+ shall not be subject to revocation, rescission, cancellation, termination, or
100
+ any other legal or equitable action to disrupt the quiet enjoyment of the Work
101
+ by the public as contemplated by Affirmer's express Statement of Purpose.
102
+
103
+ 3. Public License Fallback. Should any part of the Waiver for any reason be
104
+ judged legally invalid or ineffective under applicable law, then the Waiver
105
+ shall be preserved to the maximum extent permitted taking into account
106
+ Affirmer's express Statement of Purpose. In addition, to the extent the Waiver
107
+ is so judged Affirmer hereby grants to each affected person a royalty-free,
108
+ non transferable, non sublicensable, non exclusive, irrevocable and
109
+ unconditional license to exercise Affirmer's Copyright and Related Rights in
110
+ the Work (i) in all territories worldwide, (ii) for the maximum duration
111
+ provided by applicable law or treaty (including future time extensions), (iii)
112
+ in any current or future medium and for any number of copies, and (iv) for any
113
+ purpose whatsoever, including without limitation commercial, advertising or
114
+ promotional purposes (the "License"). The License shall be deemed effective as
115
+ of the date CC0 was applied by Affirmer to the Work. Should any part of the
116
+ License for any reason be judged legally invalid or ineffective under
117
+ applicable law, such partial invalidity or ineffectiveness shall not
118
+ invalidate the remainder of the License, and in such case Affirmer hereby
119
+ affirms that he or she will not (i) exercise any of his or her remaining
120
+ Copyright and Related Rights in the Work or (ii) assert any associated claims
121
+ and causes of action with respect to the Work, in either case contrary to
122
+ Affirmer's express Statement of Purpose.
123
+
124
+ 4. Limitations and Disclaimers.
125
+
126
+ a. No trademark or patent rights held by Affirmer are waived, abandoned,
127
+ surrendered, licensed or otherwise affected by this document.
128
+
129
+ b. Affirmer offers the Work as-is and makes no representations or warranties
130
+ of any kind concerning the Work, express, implied, statutory or otherwise,
131
+ including without limitation warranties of title, merchantability, fitness
132
+ for a particular purpose, non infringement, or the absence of latent or
133
+ other defects, accuracy, or the present or absence of errors, whether or not
134
+ discoverable, all to the greatest extent permissible under applicable law.
135
+
136
+ c. Affirmer disclaims responsibility for clearing rights of other persons
137
+ that may apply to the Work or any use thereof, including without limitation
138
+ any person's Copyright and Related Rights in the Work. Further, Affirmer
139
+ disclaims responsibility for obtaining any necessary consents, permissions
140
+ or other rights required for any use of the Work.
141
+
142
+ d. Affirmer understands and acknowledges that Creative Commons is not a
143
+ party to this document and has no duty or obligation with respect to this
144
+ CC0 or use of the Work.
145
+
146
+ For more information, please see
147
+ <http://creativecommons.org/publicdomain/zero/1.0/>
148
+
149
+ ## Licenses of bundled dependencies
150
+
151
+ The published create-rue artifact additionally contains code with the following licenses:
152
+ MIT, ISC, Apache-2.0
153
+
154
+ ## Bundled dependencies
155
+
156
+ ## fast-string-truncated-width
157
+
158
+ License: MIT
159
+ By: undefined
160
+ Repository: github:fabiospampinato/fast-string-truncated-width
161
+
162
+ > The MIT License (MIT)
163
+ >
164
+ > Copyright (c) 2024-present Fabio Spampinato
165
+ >
166
+ > Permission is hereby granted, free of charge, to any person obtaining a
167
+ > copy of this software and associated documentation files (the "Software"),
168
+ > to deal in the Software without restriction, including without limitation
169
+ > the rights to use, copy, modify, merge, publish, distribute, sublicense,
170
+ > and/or sell copies of the Software, and to permit persons to whom the
171
+ > Software is furnished to do so, subject to the following conditions:
172
+ >
173
+ > The above copyright notice and this permission notice shall be included in
174
+ > all copies or substantial portions of the Software.
175
+ >
176
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
177
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
178
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
179
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
180
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
181
+ > FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
182
+ > DEALINGS IN THE SOFTWARE.
183
+ >
184
+
185
+ ## fast-string-width
186
+
187
+ License: MIT
188
+ By: undefined
189
+ Repository: github:fabiospampinato/fast-string-width
190
+
191
+ > The MIT License (MIT)
192
+ >
193
+ > Copyright (c) 2024-present Fabio Spampinato
194
+ >
195
+ > Permission is hereby granted, free of charge, to any person obtaining a
196
+ > copy of this software and associated documentation files (the "Software"),
197
+ > to deal in the Software without restriction, including without limitation
198
+ > the rights to use, copy, modify, merge, publish, distribute, sublicense,
199
+ > and/or sell copies of the Software, and to permit persons to whom the
200
+ > Software is furnished to do so, subject to the following conditions:
201
+ >
202
+ > The above copyright notice and this permission notice shall be included in
203
+ > all copies or substantial portions of the Software.
204
+ >
205
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
206
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
207
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
208
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
209
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
210
+ > FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
211
+ > DEALINGS IN THE SOFTWARE.
212
+ >
213
+
214
+ ## fast-wrap-ansi
215
+
216
+ License: MIT
217
+ By: James Garbutt
218
+ Repository: git+https://github.com/43081j/fast-wrap-ansi.git
219
+
220
+ > MIT License
221
+ >
222
+ > Copyright (c) 2025 James Garbutt
223
+ >
224
+ > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
225
+ >
226
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
227
+ > of this software and associated documentation files (the "Software"), to deal
228
+ > in the Software without restriction, including without limitation the rights
229
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
230
+ > copies of the Software, and to permit persons to whom the Software is
231
+ > furnished to do so, subject to the following conditions:
232
+ >
233
+ > The above copyright notice and this permission notice shall be included in all
234
+ > copies or substantial portions of the Software.
235
+ >
236
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
237
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
238
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
239
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
240
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
241
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
242
+ > SOFTWARE.
243
+ >
244
+
245
+ ## sisteransi
246
+
247
+ License: MIT
248
+ By: Terkel Gjervig
249
+ Repository: https://github.com/terkelg/sisteransi
250
+
251
+ > MIT License
252
+ >
253
+ > Copyright (c) 2018 Terkel Gjervig Nielsen
254
+ >
255
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
256
+ > of this software and associated documentation files (the "Software"), to deal
257
+ > in the Software without restriction, including without limitation the rights
258
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
259
+ > copies of the Software, and to permit persons to whom the Software is
260
+ > furnished to do so, subject to the following conditions:
261
+ >
262
+ > The above copyright notice and this permission notice shall be included in all
263
+ > copies or substantial portions of the Software.
264
+ >
265
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
266
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
267
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
268
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
269
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
270
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
271
+ > SOFTWARE.
272
+ >
273
+
274
+ ## @clack/core
275
+
276
+ License: MIT
277
+ By: Nate Moore
278
+ Repository: git+https://github.com/bombshell-dev/clack.git
279
+
280
+ > MIT License
281
+ >
282
+ > Copyright (c) Nate Moore
283
+ >
284
+ > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
285
+ >
286
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
287
+ >
288
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
289
+ >
290
+
291
+ ## @clack/prompts
292
+
293
+ License: MIT
294
+ By: Nate Moore
295
+ Repository: git+https://github.com/bombshell-dev/clack.git
296
+
297
+ > MIT License
298
+ >
299
+ > Copyright (c) Nate Moore
300
+ >
301
+ > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
302
+ >
303
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
304
+ >
305
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
306
+ >
307
+
308
+ ## picocolors
309
+
310
+ License: ISC
311
+ By: Alexey Raspopov
312
+ Repository: alexeyraspopov/picocolors
313
+
314
+ > ISC License
315
+ >
316
+ > Copyright (c) 2021-2024 Oleksii Raspopov, Kostiantyn Denysov, Anton Verinov
317
+ >
318
+ > Permission to use, copy, modify, and/or distribute this software for any
319
+ > purpose with or without fee is hereby granted, provided that the above
320
+ > copyright notice and this permission notice appear in all copies.
321
+ >
322
+ > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
323
+ > WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
324
+ > MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
325
+ > ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
326
+ > WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
327
+ > ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
328
+ > OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
329
+ >
330
+
331
+ ## ejs
332
+
333
+ License: Apache-2.0
334
+ By: Matthew Eernisse
335
+ Repository: git://github.com/mde/ejs.git
336
+
337
+ >
338
+ > Apache License
339
+ > Version 2.0, January 2004
340
+ > http://www.apache.org/licenses/
341
+ >
342
+ > TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
343
+ >
344
+ > 1. Definitions.
345
+ >
346
+ > "License" shall mean the terms and conditions for use, reproduction,
347
+ > and distribution as defined by Sections 1 through 9 of this document.
348
+ >
349
+ > "Licensor" shall mean the copyright owner or entity authorized by
350
+ > the copyright owner that is granting the License.
351
+ >
352
+ > "Legal Entity" shall mean the union of the acting entity and all
353
+ > other entities that control, are controlled by, or are under common
354
+ > control with that entity. For the purposes of this definition,
355
+ > "control" means (i) the power, direct or indirect, to cause the
356
+ > direction or management of such entity, whether by contract or
357
+ > otherwise, or (ii) ownership of fifty percent (50%) or more of the
358
+ > outstanding shares, or (iii) beneficial ownership of such entity.
359
+ >
360
+ > "You" (or "Your") shall mean an individual or Legal Entity
361
+ > exercising permissions granted by this License.
362
+ >
363
+ > "Source" form shall mean the preferred form for making modifications,
364
+ > including but not limited to software source code, documentation
365
+ > source, and configuration files.
366
+ >
367
+ > "Object" form shall mean any form resulting from mechanical
368
+ > transformation or translation of a Source form, including but
369
+ > not limited to compiled object code, generated documentation,
370
+ > and conversions to other media types.
371
+ >
372
+ > "Work" shall mean the work of authorship, whether in Source or
373
+ > Object form, made available under the License, as indicated by a
374
+ > copyright notice that is included in or attached to the work
375
+ > (an example is provided in the Appendix below).
376
+ >
377
+ > "Derivative Works" shall mean any work, whether in Source or Object
378
+ > form, that is based on (or derived from) the Work and for which the
379
+ > editorial revisions, annotations, elaborations, or other modifications
380
+ > represent, as a whole, an original work of authorship. For the purposes
381
+ > of this License, Derivative Works shall not include works that remain
382
+ > separable from, or merely link (or bind by name) to the interfaces of,
383
+ > the Work and Derivative Works thereof.
384
+ >
385
+ > "Contribution" shall mean any work of authorship, including
386
+ > the original version of the Work and any modifications or additions
387
+ > to that Work or Derivative Works thereof, that is intentionally
388
+ > submitted to Licensor for inclusion in the Work by the copyright owner
389
+ > or by an individual or Legal Entity authorized to submit on behalf of
390
+ > the copyright owner. For the purposes of this definition, "submitted"
391
+ > means any form of electronic, verbal, or written communication sent
392
+ > to the Licensor or its representatives, including but not limited to
393
+ > communication on electronic mailing lists, source code control systems,
394
+ > and issue tracking systems that are managed by, or on behalf of, the
395
+ > Licensor for the purpose of discussing and improving the Work, but
396
+ > excluding communication that is conspicuously marked or otherwise
397
+ > designated in writing by the copyright owner as "Not a Contribution."
398
+ >
399
+ > "Contributor" shall mean Licensor and any individual or Legal Entity
400
+ > on behalf of whom a Contribution has been received by Licensor and
401
+ > subsequently incorporated within the Work.
402
+ >
403
+ > 2. Grant of Copyright License. Subject to the terms and conditions of
404
+ > this License, each Contributor hereby grants to You a perpetual,
405
+ > worldwide, non-exclusive, no-charge, royalty-free, irrevocable
406
+ > copyright license to reproduce, prepare Derivative Works of,
407
+ > publicly display, publicly perform, sublicense, and distribute the
408
+ > Work and such Derivative Works in Source or Object form.
409
+ >
410
+ > 3. Grant of Patent License. Subject to the terms and conditions of
411
+ > this License, each Contributor hereby grants to You a perpetual,
412
+ > worldwide, non-exclusive, no-charge, royalty-free, irrevocable
413
+ > (except as stated in this section) patent license to make, have made,
414
+ > use, offer to sell, sell, import, and otherwise transfer the Work,
415
+ > where such license applies only to those patent claims licensable
416
+ > by such Contributor that are necessarily infringed by their
417
+ > Contribution(s) alone or by combination of their Contribution(s)
418
+ > with the Work to which such Contribution(s) was submitted. If You
419
+ > institute patent litigation against any entity (including a
420
+ > cross-claim or counterclaim in a lawsuit) alleging that the Work
421
+ > or a Contribution incorporated within the Work constitutes direct
422
+ > or contributory patent infringement, then any patent licenses
423
+ > granted to You under this License for that Work shall terminate
424
+ > as of the date such litigation is filed.
425
+ >
426
+ > 4. Redistribution. You may reproduce and distribute copies of the
427
+ > Work or Derivative Works thereof in any medium, with or without
428
+ > modifications, and in Source or Object form, provided that You
429
+ > meet the following conditions:
430
+ >
431
+ > (a) You must give any other recipients of the Work or
432
+ > Derivative Works a copy of this License; and
433
+ >
434
+ > (b) You must cause any modified files to carry prominent notices
435
+ > stating that You changed the files; and
436
+ >
437
+ > (c) You must retain, in the Source form of any Derivative Works
438
+ > that You distribute, all copyright, patent, trademark, and
439
+ > attribution notices from the Source form of the Work,
440
+ > excluding those notices that do not pertain to any part of
441
+ > the Derivative Works; and
442
+ >
443
+ > (d) If the Work includes a "NOTICE" text file as part of its
444
+ > distribution, then any Derivative Works that You distribute must
445
+ > include a readable copy of the attribution notices contained
446
+ > within such NOTICE file, excluding those notices that do not
447
+ > pertain to any part of the Derivative Works, in at least one
448
+ > of the following places: within a NOTICE text file distributed
449
+ > as part of the Derivative Works; within the Source form or
450
+ > documentation, if provided along with the Derivative Works; or,
451
+ > within a display generated by the Derivative Works, if and
452
+ > wherever such third-party notices normally appear. The contents
453
+ > of the NOTICE file are for informational purposes only and
454
+ > do not modify the License. You may add Your own attribution
455
+ > notices within Derivative Works that You distribute, alongside
456
+ > or as an addendum to the NOTICE text from the Work, provided
457
+ > that such additional attribution notices cannot be construed
458
+ > as modifying the License.
459
+ >
460
+ > You may add Your own copyright statement to Your modifications and
461
+ > may provide additional or different license terms and conditions
462
+ > for use, reproduction, or distribution of Your modifications, or
463
+ > for any such Derivative Works as a whole, provided Your use,
464
+ > reproduction, and distribution of the Work otherwise complies with
465
+ > the conditions stated in this License.
466
+ >
467
+ > 5. Submission of Contributions. Unless You explicitly state otherwise,
468
+ > any Contribution intentionally submitted for inclusion in the Work
469
+ > by You to the Licensor shall be under the terms and conditions of
470
+ > this License, without any additional terms or conditions.
471
+ > Notwithstanding the above, nothing herein shall supersede or modify
472
+ > the terms of any separate license agreement you may have executed
473
+ > with Licensor regarding such Contributions.
474
+ >
475
+ > 6. Trademarks. This License does not grant permission to use the trade
476
+ > names, trademarks, service marks, or product names of the Licensor,
477
+ > except as required for reasonable and customary use in describing the
478
+ > origin of the Work and reproducing the content of the NOTICE file.
479
+ >
480
+ > 7. Disclaimer of Warranty. Unless required by applicable law or
481
+ > agreed to in writing, Licensor provides the Work (and each
482
+ > Contributor provides its Contributions) on an "AS IS" BASIS,
483
+ > WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
484
+ > implied, including, without limitation, any warranties or conditions
485
+ > of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
486
+ > PARTICULAR PURPOSE. You are solely responsible for determining the
487
+ > appropriateness of using or redistributing the Work and assume any
488
+ > risks associated with Your exercise of permissions under this License.
489
+ >
490
+ > 8. Limitation of Liability. In no event and under no legal theory,
491
+ > whether in tort (including negligence), contract, or otherwise,
492
+ > unless required by applicable law (such as deliberate and grossly
493
+ > negligent acts) or agreed to in writing, shall any Contributor be
494
+ > liable to You for damages, including any direct, indirect, special,
495
+ > incidental, or consequential damages of any character arising as a
496
+ > result of this License or out of the use or inability to use the
497
+ > Work (including but not limited to damages for loss of goodwill,
498
+ > work stoppage, computer failure or malfunction, or any and all
499
+ > other commercial damages or losses), even if such Contributor
500
+ > has been advised of the possibility of such damages.
501
+ >
502
+ > 9. Accepting Warranty or Additional Liability. While redistributing
503
+ > the Work or Derivative Works thereof, You may choose to offer,
504
+ > and charge a fee for, acceptance of support, warranty, indemnity,
505
+ > or other liability obligations and/or rights consistent with this
506
+ > License. However, in accepting such obligations, You may act only
507
+ > on Your own behalf and on Your sole responsibility, not on behalf
508
+ > of any other Contributor, and only if You agree to indemnify,
509
+ > defend, and hold each Contributor harmless for any liability
510
+ > incurred by, or claims asserted against, such Contributor by reason
511
+ > of your accepting any such warranty or additional liability.
512
+ >
513
+ > END OF TERMS AND CONDITIONS
514
+ >
515
+ > APPENDIX: How to apply the Apache License to your work.
516
+ >
517
+ > To apply the Apache License to your work, attach the following
518
+ > boilerplate notice, with the fields enclosed by brackets "[]"
519
+ > replaced with your own identifying information. (Don't include
520
+ > the brackets!) The text should be enclosed in the appropriate
521
+ > comment syntax for the file format. We also recommend that a
522
+ > file or class name and description of purpose be included on the
523
+ > same "printed page" as the copyright notice for easier
524
+ > identification within third-party archives.
525
+ >
526
+ > Copyright [yyyy] [name of copyright owner]
527
+ >
528
+ > Licensed under the Apache License, Version 2.0 (the "License");
529
+ > you may not use this file except in compliance with the License.
530
+ > You may obtain a copy of the License at
531
+ >
532
+ > http://www.apache.org/licenses/LICENSE-2.0
533
+ >
534
+ > Unless required by applicable law or agreed to in writing, software
535
+ > distributed under the License is distributed on an "AS IS" BASIS,
536
+ > WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
537
+ > See the License for the specific language governing permissions and
538
+ > limitations under the License.
539
+ >
package/README.md ADDED
@@ -0,0 +1,22 @@
1
+ # create-rue <a href="https://npmx.dev/package/create-rue"><img src="https://npmx.dev/api/registry/badge/version/create-rue" alt="npm package"></a> <a href="https://npmx.dev/package/create-rue"><img src="https://npmx.dev/api/registry/badge/downloads-week/create-rue" alt="npm package"></a> <a href="https://nodejs.org/en/about/previous-releases"><img src="https://npmx.dev/api/registry/badge/engines/create-rue" alt="node compatibility"></a>
2
+
3
+ The recommended way to start a Vite-powered Rue project
4
+
5
+ ## Usage
6
+
7
+ To create a new Rue project using `create-rue`, simply run the following command in your terminal:
8
+
9
+ ```sh
10
+ npm create rue@latest
11
+ ```
12
+
13
+ > [!IMPORTANT]
14
+ > (`@latest` or `@legacy`) MUST NOT be omitted, otherwise `npm` may resolve to a cached and outdated version of the package.
15
+
16
+ By default, the command runs in interactive mode with prompts. You can skip these prompts by providing feature flags as CLI arguments. To see all available feature flags and options:
17
+
18
+ ```sh
19
+ npm create rue@latest -- --help
20
+ ```
21
+
22
+ **PowerShell users:** You'll need to quote the double dashes: `npm create rue@latest '--' --help`