New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

create-servite

Package Overview
Dependencies
Maintainers
0
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-servite

## Scaffolding Your First Servite Project

latest
Source
npmnpm
Version
2.0.2
Version published
Maintainers
0
Created
Source

create-servite

Scaffolding Your First Servite Project

# npm
$ npm create servite

# yarn
$ yarn create servite

# pnpm
$ pnpm create servite

It is strongly recommended to use typescript!run:

# npm 6.x
$ npm create servite my-app

# npm 7+, extra double-dash is needed:
$ npm create servite -- my-app

# yarn
$ yarn create servite my-app

# pnpm
$ pnpm create servite my-app

You can use . for the project name to scaffold in the current directory.

FAQs

Package last updated on 10 Oct 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