New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

create-svelte-app

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-svelte-app

```bash npm i create-svelte-app

  • 0.1.1
  • npm
  • Socket score

Version published
Weekly downloads
26
increased by4%
Maintainers
1
Weekly downloads
 
Created
Source

create-svelte-app

npm i create-svelte-app

# yarn
yarn add global create-svelte-app

How to use

Run all commands inside a svelte project. You do not need a bundler anymore. svelte serves and builds the project for you.

Example structure:

package.json
src/
  - App.svelte
  main.js
svelte # serve project
svelte --build # build project

svelte help

svelte <cmd> [args]

Options:
  --help, -h     Show help                                             [boolean]
  --version, -v  Show version number                                   [boolean]
  --entry, -e    Entry file                  [string] [default: "./src/main.js"]
  --port, -p     dev server port                        [number] [default: 3000]
  --build, -b    build project                        [boolean] [default: false]

FAQs

Package last updated on 10 Jan 2020

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