snowbase-templates-installer 1.0.1 → 1.0.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.
Files changed (2) hide show
  1. package/README.md +12 -12
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,19 +1,11 @@
1
- # Landing Page Installer
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 landing-page-installer
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
- landing-page
16
+ snowbase-templates
25
17
  ```
26
18
 
27
- ### Available Templates
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "snowbase-templates-installer",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "CLI tool to browse and install landing page templates",
5
5
  "main": "index.js",
6
6
  "bin": {