README
Beemo CLI
A command line interface for interacting with Beemo, a dev tool manager.
Installation
yarn add @beemo/cli
// Or
npm install @beemo/cli --save
Beemo CLI for consuming projects.
<script type="module">
import beemoCli from 'https://cdn.skypack.dev/@beemo/cli';
</script>
A command line interface for interacting with Beemo, a dev tool manager.
yarn add @beemo/cli
// Or
npm install @beemo/cli --save