lapikit 0.4.0 → 0.4.2
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 +8 -8
- package/bin/index.js +1 -1
- package/package.json +3 -4
package/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<a href="https://lapikit.dev">
|
|
2
|
-
<img src="https://raw.githubusercontent.com/
|
|
2
|
+
<img src="https://raw.githubusercontent.com/lapikit/lapikit.dev/main/.github/lapikit.svg" alt="Lapikit Logo" width="125">
|
|
3
3
|
</a>
|
|
4
4
|
|
|
5
5
|
# Lapikit - Svelte components library
|
|
@@ -8,10 +8,10 @@
|
|
|
8
8
|
[![][subscribe-to-instagram]](https://www.instagram.com/lapikit/)
|
|
9
9
|
[![][join-discord-lapikit]](https://discord.gg/gn9ZGtDtK4)
|
|
10
10
|
|
|
11
|
-
[![][version]](https://github.com/
|
|
11
|
+
[![][version]](https://github.com/lapikit/lapikit/releases?q=lapikit&expanded=true)
|
|
12
12
|
[![][installs]](https://www.npmjs.com/package/lapikit)
|
|
13
13
|
[![][installs-this-month]](https://www.npmjs.com/package/lapikit)
|
|
14
|
-
[![][license]](https://github.com/
|
|
14
|
+
[![][license]](https://github.com/lapikit/lapikit/blob/main/LICENSE)
|
|
15
15
|
[![][discord]](https://discord.gg/gn9ZGtDtK4)
|
|
16
16
|
|
|
17
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.
|
|
@@ -71,7 +71,7 @@ Lapikit has created to help Svelte developers save time and effort when building
|
|
|
71
71
|
|
|
72
72
|
## 💖Community
|
|
73
73
|
|
|
74
|
-
Join our growing community on [Discord](https://discord.gg/gn9ZGtDtK4) and [GitHub Discussions](https://github.com/
|
|
74
|
+
Join our growing community on [Discord](https://discord.gg/gn9ZGtDtK4) and [GitHub Discussions](https://github.com/lapikit/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
75
|
|
|
76
76
|
## 💁♂️Contributing
|
|
77
77
|
|
|
@@ -84,7 +84,7 @@ Be part of the next revolution in code editing by contributing to the project. T
|
|
|
84
84
|
|
|
85
85
|
## 📄License
|
|
86
86
|
|
|
87
|
-
Licensed under the [MIT license](https://github.com/
|
|
87
|
+
Licensed under the [MIT license](https://github.com/lapikit/lapikit/blob/main/LICENSE).
|
|
88
88
|
|
|
89
89
|
Copyright © 2025 Nycolaide
|
|
90
90
|
|
|
@@ -96,12 +96,12 @@ We are proud supporters of the open-source community and contribute to several p
|
|
|
96
96
|
<tr>
|
|
97
97
|
<td>
|
|
98
98
|
<a href="https://www.w3.org/">
|
|
99
|
-
<img src="https://raw.githubusercontent.com/
|
|
99
|
+
<img src="https://raw.githubusercontent.com/lapikit/lapikit.dev/main/.github/w3c.svg" alt="W3C" width="75">
|
|
100
100
|
</a>
|
|
101
101
|
</td>
|
|
102
102
|
<td>
|
|
103
103
|
<a href="https://humanstxt.org/">
|
|
104
|
-
<img src="https://raw.githubusercontent.com/
|
|
104
|
+
<img src="https://raw.githubusercontent.com/lapikit/lapikit.dev/main/.github/humans.png" alt="Humans.txt" width="115">
|
|
105
105
|
</a>
|
|
106
106
|
</td>
|
|
107
107
|
</tr>
|
|
@@ -111,7 +111,7 @@ We are proud supporters of the open-source community and contribute to several p
|
|
|
111
111
|
[join-discord-lapikit]: https://img.shields.io/badge/Join%20the%20community-black.svg?style=for-the-badge&logo=Discord
|
|
112
112
|
[subscribe-to-instagram]: https://img.shields.io/badge/Follow%20@Lapikit-black.svg?style=for-the-badge&logo=Instagram
|
|
113
113
|
[version]: https://img.shields.io/npm/v/lapikit.svg?label=Version&color=f58142
|
|
114
|
-
[license]: https://badgen.net/github/license/
|
|
114
|
+
[license]: https://badgen.net/github/license/lapikit/lapikit?label=License&color=cc5640
|
|
115
115
|
[installs]: https://badgen.net/npm/dt/lapikit?label=NPM%20installs&color=40ba12
|
|
116
116
|
[installs-this-month]: https://badgen.net/npm/dm/lapikit?label=NPM%20installs&color=40ba12
|
|
117
117
|
[discord]: https://img.shields.io/discord/1383879204671721492?color=5865F2&label=Discord&logo=discord&logoColor=white
|
package/bin/index.js
CHANGED
|
@@ -23,7 +23,7 @@ async function run() {
|
|
|
23
23
|
run()
|
|
24
24
|
.then(() => {
|
|
25
25
|
terminal('none', `\n\n\n\nWebsite: https://lapikit.dev`);
|
|
26
|
-
terminal('none', `Github: https://github.com/
|
|
26
|
+
terminal('none', `Github: https://github.com/lapikit/lapikit`);
|
|
27
27
|
terminal('none', `Support the developement: https://buymeacoffee.com/nycolaide`);
|
|
28
28
|
process.exit(0);
|
|
29
29
|
})
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "lapikit",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.2",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -8,15 +8,14 @@
|
|
|
8
8
|
"homepage": "https://lapikit.dev",
|
|
9
9
|
"repository": {
|
|
10
10
|
"type": "git",
|
|
11
|
-
"url": "git+https://github.com/
|
|
12
|
-
"directory": "packages/lapikit"
|
|
11
|
+
"url": "git+https://github.com/lapikit/lapikit.git"
|
|
13
12
|
},
|
|
14
13
|
"author": {
|
|
15
14
|
"name": "Nycolaide",
|
|
16
15
|
"email": "contact@lapikit.dev"
|
|
17
16
|
},
|
|
18
17
|
"funding": "https://buymeacoffee.com/nycolaide",
|
|
19
|
-
"bugs": "https://github.com/
|
|
18
|
+
"bugs": "https://github.com/lapikit/lapikit/issues",
|
|
20
19
|
"scripts": {
|
|
21
20
|
"dev": "vite dev",
|
|
22
21
|
"build": "vite build && npm run prepack",
|