1.0.0-beta.2 • Published 3 years ago

@singular/cli v1.0.0-beta.2

Weekly downloads
49
License
MIT
Repository
github
Last release
3 years ago

Singular CLI

This package contains the command line interface (CLI) for Singular framework.

npm install @singular/cli -g
sg --version
sg --help

Usage

The following commands serves as the CLI documentation:

sg --help
# sg <command> --help (for command-specific usage)

Tests

npm test

Building the Source

npm start

Upgrading

Major versions of all @singular modules are all aligned with the framework's major. However, the minor and patch versions are independent of one another.

To safely upgrade from one major version to another, use sg upgrade.

To help with upgrading (using sg upgrade), there may be an incremental patch available with every major upgrade if necessary. The patch packages follow the name syntax @singular/inc-patch-{{baseMajor}}-{{targetMajor}} (e.g. @singular/inc-patch-1-2).