create-solid
Advanced tools
Comparing version 0.5.0 to 0.5.1
{ | ||
"name": "create-solid", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"description": "Create Solid apps with low configuration", | ||
@@ -5,0 +5,0 @@ "author": "Thomas Beer", |
@@ -1,5 +0,29 @@ | ||
# @solid-cli/create-solid | ||
--- | ||
description: Create Solid apps in one command with create-solid. | ||
--- | ||
A minimal version of the [main CLI](https://www.npmjs.com/package/@solid-cli/core) just for creating new projects. | ||
# Create Solid | ||
Invoked with the `create-solid` command | ||
The easiest way to get started with Solid is by using `create-solid`. This CLI tool enables you to quickly start building a new Solid application, with everything set up for you. You can create a new app using the default SolidStart template or use one of the [Official SolidStart Examples](https://github.com/solidjs/solid-start/tree/main/examples). To get started, use the following command: | ||
```bash | ||
#or | ||
npm init solid@latest | ||
#or | ||
pnpm create solid@latest | ||
# or | ||
yarn create solid | ||
# or | ||
bunx create-solid | ||
``` | ||
## Why use Create Solid? | ||
`create-solid` allows you to create a new Solid app within seconds. It includes a number of benefits: | ||
- **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. |
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
402725
30
2