lapikit 0.0.0-insiders.2b1c430 → 0.0.0-insiders.2cb59fb

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/README.md CHANGED
@@ -1 +1,117 @@
1
- # Lapikit
1
+ <a href="https://lapikit.dev">
2
+ <img src="https://raw.githubusercontent.com/Nycolaide/lapikit/main/.github/lapikit.svg" alt="Lapikit Logo" width="125">
3
+ </a>
4
+
5
+ # Lapikit - Svelte components library
6
+
7
+ [![][discover-lapikit-npm]](https://www.npmjs.com/package/lapikit)
8
+ [![][subscribe-to-instagram]](https://www.instagram.com/lapikit/)
9
+ [![][join-discord-lapikit]](https://discord.gg/gn9ZGtDtK4)
10
+
11
+ [![][version]](https://github.com/nycolaide/lapikit/releases?q=lapikit&expanded=true)
12
+ [![][installs]](https://www.npmjs.com/package/lapikit)
13
+ [![][installs-this-month]](https://www.npmjs.com/package/lapikit)
14
+ [![][license]](https://github.com/nycolaide/lapikit/blob/main/LICENSE)
15
+ [![][discord]](https://discord.gg/gn9ZGtDtK4)
16
+
17
+ Lapikit is a comprehensive Svelte components library that provides developers with a wide range of pre-built, customizable UI components to streamline the development process. Whether you're building a simple website or a complex web application, Lapikit has the tools you need to create beautiful and functional user interfaces with ease.
18
+
19
+ ## 🖥️ Documentation
20
+
21
+ To check out the documentation, visit [lapikit.dev](https://lapikit.dev)
22
+
23
+ ## ✨Quick Start
24
+
25
+ Getting started with Lapikit is easy. After create you SvelteKit project, you can install Lapikit using your preferred package manager:
26
+
27
+ Usage [bun](https://bun.sh/):
28
+
29
+ ```bash
30
+ bun add -d lapikit
31
+ npx lapikit
32
+ ```
33
+
34
+ Using [npm](https://www.npmjs.com/):
35
+
36
+ ```bash
37
+ npm i -D lapikit
38
+ npx lapikit
39
+ ```
40
+
41
+ Using [yarn](https://yarnpkg.com/):
42
+
43
+ ```bash
44
+ yarn add -D lapikit
45
+ npx lapikit
46
+ ```
47
+
48
+ Using [pnpm](https://pnpm.io/):
49
+
50
+ ```bash
51
+ pnpm add -D lapikit
52
+ npx lapikit
53
+ ```
54
+
55
+ ## 🚩Table of Contents
56
+
57
+ - [Lapikit - Svelte components library](#lapikit---svelte-components-library)
58
+ - [🖥️ Documentation](#️-documentation)
59
+ - [✨Quick Start](#quick-start)
60
+ - [🚩Table of Contents](#table-of-contents)
61
+ - [🤯Motivation](#motivation)
62
+ - [💖Community](#community)
63
+ - [💁‍♂️Contributing](#️contributing)
64
+ - [🖖Core Team Lapikit](#core-team-lapikit)
65
+ - [📄License](#license)
66
+ - [🪧We support these projects](#we-support-these-projects)
67
+
68
+ ## 🤯Motivation
69
+
70
+ Lapikit has created to help Svelte developers save time and effort when building user interfaces. By providing a wide range of pre-built components, Lapikit allows developers to focus on building their applications rather than spending time designing and coding UI elements from scratch.
71
+
72
+ ## 💖Community
73
+
74
+ Join our growing community on [Discord](https://discord.gg/gn9ZGtDtK4) and [GitHub Discussions](https://github.com/nycolaide/lapikit/discussions) where we discuss and collaborate on all things Lapikit. Don't be shy, jump right in and be part of the discussion!
75
+
76
+ ## 💁‍♂️Contributing
77
+
78
+ Be part of the next revolution in code editing by contributing to the project. This is a community-led effort, so we welcome as many contributors who can help. Read the Contribution Guide for more information.
79
+
80
+ ## 🖖Core Team Lapikit
81
+
82
+ [@Nycolaide](https://github.com/Nycolaide)
83
+ [@Simone](https://github.com/fersimone)
84
+
85
+ ## 📄License
86
+
87
+ Licensed under the [MIT license](https://github.com/nycolaide/lapikit/blob/main/LICENSE).
88
+
89
+ Copyright © 2025 Nycolaide
90
+
91
+ ## 🪧We support these projects
92
+
93
+ We are proud supporters of the open-source community and contribute to several projects that help make the web a better place. Here are some of the projects we support:
94
+
95
+ <table>
96
+ <tr>
97
+ <td>
98
+ <a href="https://www.w3.org/">
99
+ <img src="https://raw.githubusercontent.com/Nycolaide/lapikit/main/.github/w3c.svg" alt="W3C" width="75">
100
+ </a>
101
+ </td>
102
+ <td>
103
+ <a href="https://humanstxt.org/">
104
+ <img src="https://raw.githubusercontent.com/Nycolaide/lapikit/main/.github/humans.png" alt="Humans.txt" width="115">
105
+ </a>
106
+ </td>
107
+ </tr>
108
+ </table>
109
+
110
+ [discover-lapikit-npm]: https://img.shields.io/badge/Lapikit-black.svg?style=for-the-badge&logo=NPM
111
+ [join-discord-lapikit]: https://img.shields.io/badge/Join%20the%20community-black.svg?style=for-the-badge&logo=Discord
112
+ [subscribe-to-instagram]: https://img.shields.io/badge/Follow%20@Lapikit-black.svg?style=for-the-badge&logo=Instagram
113
+ [version]: https://img.shields.io/npm/v/lapikit.svg?label=Version&color=f58142
114
+ [license]: https://badgen.net/github/license/nycolaide/lapikit?label=License&color=cc5640
115
+ [installs]: https://badgen.net/npm/dt/lapikit?label=NPM%20installs&color=40ba12
116
+ [installs-this-month]: https://badgen.net/npm/dm/lapikit?label=NPM%20installs&color=40ba12
117
+ [discord]: https://img.shields.io/discord/1383879204671721492?color=5865F2&label=Discord&logo=discord&logoColor=white
package/bin/prompts.js CHANGED
@@ -18,7 +18,7 @@ export async function initPrompts() {
18
18
  }
19
19
 
20
20
  // Preview install
21
- let settings = await prompts([
21
+ const settings = await prompts([
22
22
  {
23
23
  type: 'text',
24
24
  name: 'pathConfig',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lapikit",
3
- "version": "0.0.0-insiders.2b1c430",
3
+ "version": "0.0.0-insiders.2cb59fb",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -11,6 +11,12 @@
11
11
  "url": "git+https://github.com/Nycolaide/lapikit.git",
12
12
  "directory": "packages/lapikit"
13
13
  },
14
+ "author": {
15
+ "name": "Nycolaide",
16
+ "email": "contact@lapikit.dev"
17
+ },
18
+ "funding": "https://buymeacoffee.com/nycolaide",
19
+ "bugs": "https://github.com/Nycolaide/lapikit/issues",
14
20
  "scripts": {
15
21
  "dev": "vite dev",
16
22
  "build": "vite build && npm run prepack",
@@ -99,7 +105,24 @@
99
105
  "vitest": "^3.0.0"
100
106
  },
101
107
  "keywords": [
102
- "svelte"
108
+ "svelte",
109
+ "sveltekit",
110
+ "components",
111
+ "ui",
112
+ "library",
113
+ "ui-library",
114
+ "design system",
115
+ "lapikit",
116
+ "material components",
117
+ "component library",
118
+ "frontend",
119
+ "svelte library",
120
+ "tailwindcss",
121
+ "unocss",
122
+ "component",
123
+ "theme",
124
+ "css",
125
+ "typescript"
103
126
  ],
104
127
  "dependencies": {
105
128
  "prompts": "^2.4.2"
package/dist/app.d.ts DELETED
@@ -1,13 +0,0 @@
1
- // See https://svelte.dev/docs/kit/types#app.d.ts
2
- // for information about these interfaces
3
- declare global {
4
- namespace App {
5
- // interface Error {}
6
- // interface Locals {}
7
- // interface PageData {}
8
- // interface PageState {}
9
- // interface Platform {}
10
- }
11
- }
12
-
13
- export {};
package/dist/app.html DELETED
@@ -1,12 +0,0 @@
1
- <!doctype html>
2
- <html lang="en">
3
- <head>
4
- <meta charset="utf-8" />
5
- <link rel="icon" href="%sveltekit.assets%/favicon.png" />
6
- <meta name="viewport" content="width=device-width, initial-scale=1" />
7
- %sveltekit.head%
8
- </head>
9
- <body data-sveltekit-preload-data="hover">
10
- <div>%sveltekit.body%</div>
11
- </body>
12
- </html>