@sapling/cli
Version:
CLI for setting up and managing Sapling projects
39 lines (18 loc) • 1.06 kB
Markdown
# Sapling CLI
[](https://oclif.io)
[](https://npmjs.org/package/@sapling/cli)
[](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)