snowbase-templates-installer 1.0.1 → 1.0.3
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 +12 -12
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,19 +1,11 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Snowbase Templates Installer
|
|
2
2
|
|
|
3
3
|
A CLI tool to browse and install beautiful landing page templates directly into your projects.
|
|
4
4
|
|
|
5
|
-
## Features
|
|
6
|
-
|
|
7
|
-
- 📋 Browse available landing page templates
|
|
8
|
-
- 🔗 View live preview links
|
|
9
|
-
- 📥 Install templates with a single command
|
|
10
|
-
- 🎨 Multiple template categories (SaaS, Portfolio, etc.)
|
|
11
|
-
- ⚡ Fast local installation
|
|
12
|
-
|
|
13
5
|
## Installation
|
|
14
6
|
|
|
15
7
|
```bash
|
|
16
|
-
npm install -g
|
|
8
|
+
npm install -g snowbase-templates-installer
|
|
17
9
|
```
|
|
18
10
|
|
|
19
11
|
## Usage
|
|
@@ -21,10 +13,18 @@ npm install -g landing-page-installer
|
|
|
21
13
|
Run the CLI:
|
|
22
14
|
|
|
23
15
|
```bash
|
|
24
|
-
|
|
16
|
+
snowbase-templates
|
|
25
17
|
```
|
|
26
18
|
|
|
27
|
-
|
|
19
|
+
## Features
|
|
20
|
+
|
|
21
|
+
- 📋 Browse available landing page templates
|
|
22
|
+
- 🔗 View live preview links
|
|
23
|
+
- 📥 Install templates with a single command
|
|
24
|
+
- 🎨 Multiple template categories (SaaS, Portfolio, etc.)
|
|
25
|
+
- ⚡ Fast local installation
|
|
26
|
+
|
|
27
|
+
## Available Templates
|
|
28
28
|
|
|
29
29
|
### 1. AI SaaS Template
|
|
30
30
|
- **Preview**: https://ai-saas-template-preview.vercel.app
|