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

@userfront/sidecar-cli

Package Overview
Dependencies
Maintainers
4
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@userfront/sidecar-cli

Sidecar is an abstraction layer for backends. Use this CLI to initialize new project assets, generate modules, and assist with local development.

latest
npmnpm
Version
1.1.0
Version published
Weekly downloads
2
-77.78%
Maintainers
4
Weekly downloads
 
Created
Source

🛵 Sidecar CLI

Sidecar is a TypeScript abstraction layer for backends built with love by your friends at Userfront.

Use this command line interface to initialize new project assets, modules, and assist with local development.

Getting Started

Prerequisites

  • Node v20 (recommended to use nvm)

Quick Start

Download and install the CLI globally:

npm install -g @userfront/sidecar-cli

Installing a package globally allows you to use the code in the package as a set of tools on your local computer.

Usage

The sidecar command can be called once installed (with npm v5.2+ use npx sidecar).

sidecar [namespace] [action] [...args]

When called without arguments, it will display its command usage and help document:

$ sidecar

Usage: sidecar [options] [command]

Initialize new project assets, modules, and assist with local development

Options:
  -V, --version   output the version number
  -h, --help      display help for command

Commands:
  module          create new or manage existing modules
  help [command]  display help for command

Keywords

userfront

FAQs

Package last updated on 25 Oct 2023

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