1.1.0 • Published 7 months ago

@userfront/sidecar-cli v1.1.0

Weekly downloads
-
License
...
Repository
-
Last release
7 months ago

🛵 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

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
1.1.0

7 months ago

1.0.8

8 months ago

1.0.7

9 months ago

1.0.6

9 months ago

1.0.5

9 months ago

1.0.4

9 months ago

1.0.3

9 months ago

1.0.2

9 months ago

1.0.1

9 months ago

1.0.0

9 months ago