@varlabs/create-solidstep 0.1.1 → 0.1.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 +16 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,2 +1,18 @@
1
1
  # @varlabs/create-solidstep
2
2
  Next Step SolidJS CLI for building web applications.
3
+
4
+ ## Getting Started
5
+
6
+ To get started with a new SolidJS project using the Next Step CLI, run the following command:
7
+
8
+ ```bash
9
+ npx @varlabs/create-solidstep@latest my-app
10
+ ```
11
+
12
+ or
13
+
14
+ ```bash
15
+ pnpm dlx @varlabs/create-solidstep@latest my-app
16
+ ```
17
+
18
+ Replace `my-app` with the name of your project or if you don't specify a name, it will create a project in the current directory.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@varlabs/create-solidstep",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Next Step SolidJS CLI for building web applications.",
5
5
  "type": "module",
6
6
  "author": "HamzaKV <hamzakv333@gmail.com>",