@singular/cli

1.0.0-beta.2 • Public • Published

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).

Package Sidebar

Install

npm i @singular/cli

Weekly Downloads

0

Version

1.0.0-beta.2

License

MIT

Unpacked Size

163 kB

Total Files

47

Last publish

Collaborators

  • ramtinsoltani