create-solid
Advanced tools
Comparing version 0.2.7 to 0.2.8
{ | ||
"name": "create-solid", | ||
"version": "0.2.7", | ||
"version": "0.2.8", | ||
"description": "Create Solid apps with low configuration", | ||
@@ -5,0 +5,0 @@ "author": "Ryan Carniato", |
@@ -11,3 +11,3 @@ --- | ||
#or | ||
npm init solid ./my-solid-app | ||
npm init solid@latest ./my-solid-app | ||
@@ -22,4 +22,4 @@ # or | ||
- **Interactive Experience**: Running `npm init solid` (with no arguments) launches an interactive experience that guides you through setting up a project. | ||
- **Interactive Experience**: Running `npm init solid@latest` (with no arguments) launches an interactive experience that guides you through setting up a project. | ||
- **Zero Dependencies**: Initializing a project is as quick as one second. Create Solid has zero dependencies. | ||
- **Support for Examples**: Create Solid App can bootstrap your application using an example from the SolidStart official examples collection (e.g. `npm init solid --example with-mdx`). | ||
- **Support for Examples**: Create Solid App can bootstrap your application using an example from the SolidStart official examples collection (e.g. `npm init solid@latest --example with-mdx`). |
3886300