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

@serveside/cli

Package Overview
Dependencies
Maintainers
2
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@serveside/cli

CLI for installing serveside core and services

  • 0.2.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
3
Maintainers
2
Weekly downloads
 
Created
Source

ServeSide CLI

  • ServeSide CLI

Installation

Can be installed globally

npm i -g @serveside/cli
# or
yarn global add @serveside/cli

Can can be used like so:

serveside [--service=service]

Can also be used via npx like so:

npx @serveside/cli [--service=service]

Configuration

Can create a config file in the root of your project called .servesiderc or .serveside.json

Can contain the service that the cli will install

For example:

{
  "service": "svelte"
}

By default if no service is set, it will install the react service.

Help

Can view the help in the terminal by passing --help to the cli

FAQs

Package last updated on 08 Jul 2022

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