UNPKG

@sapling/cli

Version:

CLI for setting up and managing Sapling projects

39 lines (18 loc) 1.06 kB
# Sapling CLI [![oclif](https://img.shields.io/badge/cli-oclif-brightgreen.svg)](https://oclif.io) [![Version](https://img.shields.io/npm/v/@sapling/cli.svg)](https://npmjs.org/package/@sapling/cli) [![License](https://img.shields.io/npm/l/@sapling/cli.svg)](https://github.com/saplingjs/cli/blob/master/package.json) CLI for setting up and managing Sapling projects. ## Installation Install the CLI globally via npm; npm install -g @sapling/cli Or via Yarn; yarn global add @sapling/cli ## Documentation For the full documentation, go to [saplingjs.com/docs](https://saplingjs.com/docs/#/cli). ## Questions & Issues Bug reports, feature requests and support queries can be filed as [issues on GitHub](https://github.com/saplingjs/cli/issues). Please use the templates provided and fill in all the requested details. ## Changelog Detailed changes for each release are documented in the [release notes](https://github.com/saplingjs/cli/releases). ## License [Mozilla Public License 2.0](https://opensource.org/licenses/MPL-2.0)