UNPKG

334 BMarkdownView Raw
1# Beemo CLI
2
3A command line interface for interacting with [Beemo](https://github.com/milesj/beemo), a build tool
4manager.
5
6## Installation
7
8```
9yarn add @beemo/cli
10// Or
11npm install @beemo/cli --save
12```
13
14## Usage
15
16More information on how to get started can be found in the
17[official documentation](https://github.com/milesj/beemo).