create-lacspace-app 1.16.0 → 1.16.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/README.md +11 -6
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -119,16 +119,21 @@ npx create-lacspace-app my-app --theme "#0bb9d9,#7c3aed" # an exact fr
|
|
|
119
119
|
|
|
120
120
|
## Licensing
|
|
121
121
|
|
|
122
|
-
Free under the **[Lacspace Free Licence](https://lacspace.com/licenses/lacspace-free-1.0)** —
|
|
122
|
+
Free under the **[Lacspace Free Licence](https://lacspace.com/licenses/lacspace-free-1.0)** — permissive freedoms. Use it in personal and commercial projects at no cost; the apps you generate are entirely yours.
|
|
123
|
+
|
|
124
|
+
<!-- LACSPACE-DEV-PLATFORM -->
|
|
123
125
|
|
|
124
126
|
---
|
|
125
127
|
|
|
126
|
-
|
|
128
|
+
## The Lacspace Developer Platform
|
|
127
129
|
|
|
128
|
-
|
|
130
|
+
`create-lacspace-app` is part of **63 zero-dependency, isomorphic TypeScript packages** — one standard library for the modern web. Explore the ecosystem:
|
|
129
131
|
|
|
130
|
-
|
|
132
|
+
- 🗂️ **All 63 packages** — https://developer.lacspace.com/packages
|
|
133
|
+
- 🧭 **Developer handbook** — guides & runnable recipes — https://developer.lacspace.com/handbook
|
|
134
|
+
- 🧪 **Live playground** — run any package in your browser — https://developer.lacspace.com/playground
|
|
135
|
+
- 🖥️ **Finished app templates** — https://templates.lacspace.com
|
|
136
|
+
- 🚀 **Scaffold a full app** — `npm create lacspace-app@latest`
|
|
131
137
|
|
|
132
|
-
|
|
138
|
+
Free under the **[Lacspace Free Licence](https://lacspace.com/licenses/lacspace-free-1.0)** — a permissive, free-to-use licence.
|
|
133
139
|
|
|
134
|
-
<div align="center"><sub>Built with care by <a href="https://lacspace.com">Lacspace</a> · Lacspace Free Licence</sub></div>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-lacspace-app",
|
|
3
|
-
"version": "1.16.
|
|
3
|
+
"version": "1.16.1",
|
|
4
4
|
"description": "Scaffold a beautiful, production-ready Next.js app from a Lacspace template — portfolio, business, e-commerce, SaaS, blog, docs, dashboard or restaurant — pre-wired with SEO, security headers, sitemap and robots. Like create-next-app, but you start gorgeous.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
],
|
|
35
35
|
"author": "Lacspace <contact@lacspace.com>",
|
|
36
36
|
"license": "SEE LICENSE IN LICENSE",
|
|
37
|
-
"homepage": "https://lacspace.com
|
|
37
|
+
"homepage": "https://templates.lacspace.com",
|
|
38
38
|
"repository": {
|
|
39
39
|
"type": "git",
|
|
40
40
|
"url": "git+https://github.com/lacspace/npm-packages.git",
|