Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

create-solid

Package Overview
Dependencies
Maintainers
1
Versions
161
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-solid

Create Solid apps with low configuration

  • 0.4.3
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
709
decreased by-18.6%
Maintainers
1
Weekly downloads
 
Created
Source

description: Create Solid apps in one command with create-solid.

Create Solid

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 Solid template, or by using one of the official Solid examples. To get started, use the following command:

#or
npm init solid@latest ./my-solid-app

# or
yarn create solid ./my-solid-app

# or
bunx create-solid ./my-solid-app

Why use Create Solid?

create-solid allows you to create a new Solid app within seconds. It is officially maintained by the creators of Solid, and 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 (e.g. npm init solid@latest --example with-mdx).

FAQs

Package last updated on 05 Jan 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc