create-solid
Advanced tools
Comparing version 0.1.0-alpha.105 to 0.1.0
{ | ||
"name": "create-solid", | ||
"version": "0.1.0-alpha.105", | ||
"version": "0.1.0", | ||
"description": "Create Solid apps with low configuration", | ||
@@ -5,0 +5,0 @@ "author": "Ryan Carniato", |
@@ -11,6 +11,6 @@ --- | ||
#or | ||
npm init solid@next ./my-solid-app | ||
npm init solid ./my-solid-app | ||
# or | ||
yarn create solid@next ./my-solid-app | ||
yarn create solid ./my-solid-app | ||
``` | ||
@@ -22,4 +22,4 @@ | ||
- **Interactive Experience**: Running `npm init solid@next` (with no arguments) launches an interactive experience that guides you through setting up a project. | ||
- **Interactive Experience**: Running `npm init solid` (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@next --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 --example with-mdx`). |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3884454