# bitstor-cli

> Reuse your Vue components

Latest version **1.0.2** (published 2018-10-29) · MIT license · 0 weekly downloads

> **Deprecated.** This package is deprecated.

## Install

```sh
npm install bitstor-cli
pnpm add bitstor-cli
yarn add bitstor-cli
bun add bitstor-cli
```

Provides the command `bitstor`.

## Health

**Score 10/100 (F)** — status: deprecated.

Negative: deprecated.

## Facts

| | |
|---|---|
| Version | 1.0.2 |
| Published | 2018-10-29 |
| First published | 2018-10-29 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=8.0.0 |
| Dependencies | 11 |
| Unpacked size | 13.6 KB |
| Known vulnerabilities | 0 (+1 in 1 direct dependencies) |
| Install scripts | no |
| Author | Travis Reynolds @thetre97 |
| Maintainers | travisreynolds |
| Keywords | oclif |

## Links

- npm: https://www.npmjs.com/package/bitstor-cli
- Repository: https://github.com/thetre97/bitstor-cli
- Issues: https://github.com/thetre97/bitstor-cli/issues
- npm.io page: https://npm.io/package/bitstor-cli

## Dependencies (11)

- [rc](https://npm.io/package/rc.md) ^1.2.8
- [listr](https://npm.io/package/listr.md) ^0.14.2
- [fs-extra](https://npm.io/package/fs-extra.md) ^7.0.0
- [inquirer](https://npm.io/package/inquirer.md) ^6.2.0
- [mime-types](https://npm.io/package/mime-types.md) ^2.1.21
- [node-fetch](https://npm.io/package/node-fetch.md) ^2.2.0
- [@oclif/config](https://npm.io/package/@oclif/config.md) ^1
- [node-notifier](https://npm.io/package/node-notifier.md) ^5.3.0
- [@oclif/command](https://npm.io/package/@oclif/command.md) ^1
- [graphql-request](https://npm.io/package/graphql-request.md) ^1.8.2
- [@oclif/plugin-help](https://npm.io/package/@oclif/plugin-help.md) ^2

## Alternatives

- [@salesforce/cli](https://npm.io/package/@salesforce/cli.md) — 389.7K weekly downloads
- [@mintlify/cli](https://npm.io/package/@mintlify/cli.md) — 208.9K weekly downloads
- [@grafana/e2e-selectors](https://npm.io/package/@grafana/e2e-selectors.md) — 128.7K weekly downloads
- [mintlify](https://npm.io/package/mintlify.md) — 112.0K weekly downloads
- [@intlayer/cli](https://npm.io/package/@intlayer/cli.md) — 22.8K weekly downloads

## Recent versions

- 1.0.2 (latest) — 2018-10-29
- 1.0.1 — 2018-10-29
- 1.0.0 — 2018-10-29
- 0.0.0 — 2018-10-29

## README

bitstor-cli
===========

Reuse your Vue components

[![oclif](https://img.shields.io/badge/cli-oclif-brightgreen.svg)](https://oclif.io)
[![Version](https://img.shields.io/npm/v/bitstor-cli.svg)](https://npmjs.org/package/bitstor-cli)
[![Downloads/week](https://img.shields.io/npm/dw/bitstor-cli.svg)](https://npmjs.org/package/bitstor-cli)
[![License](https://img.shields.io/npm/l/bitstor-cli.svg)](https://github.com/thetre97/bitstor-cli/blob/master/package.json)

<!-- toc -->
* [Usage](#usage)
* [Commands](#commands)
<!-- tocstop -->
# Usage
<!-- usage -->
```sh-session
$ npm install -g bitstor-cli
$ bitstor COMMAND
running command...
$ bitstor (-v|--version|version)
bitstor-cli/1.0.2 linux-x64 node-v11.0.0
$ bitstor --help [COMMAND]
USAGE
  $ bitstor COMMAND
...
```
<!-- usagestop -->
# Commands
<!-- commands -->
* [`bitstor add FILE`](#bitstor-add-file)
* [`bitstor create [NAME]`](#bitstor-create-name)
* [`bitstor help [COMMAND]`](#bitstor-help-command)
* [`bitstor import BIT`](#bitstor-import-bit)
* [`bitstor login`](#bitstor-login)

## `bitstor add FILE`

Add a component

```
USAGE
  $ bitstor add FILE

ARGUMENTS
  FILE  Type the path to the component you want to add

DESCRIPTION
  ...
  Register a new component, and add it to a store
```

_See code: [src/commands/add.js](https://github.com/thetre97/bitstor-cli/blob/v1.0.2/src/commands/add.js)_

## `bitstor create [NAME]`

Create Space

```
USAGE
  $ bitstor create [NAME]

ARGUMENTS
  NAME  Enter the Space name

DESCRIPTION
  ...
  Create a new Space for components
```

_See code: [src/commands/create.js](https://github.com/thetre97/bitstor-cli/blob/v1.0.2/src/commands/create.js)_

## `bitstor help [COMMAND]`

display help for bitstor

```
USAGE
  $ bitstor help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI
```

_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v2.1.3/src/commands/help.ts)_

## `bitstor import BIT`

Import a component

```
USAGE
  $ bitstor import BIT

ARGUMENTS
  BIT  Enter the Bit space and name

DESCRIPTION
  ...
  Import a component from a space into the current folder
```

_See code: [src/commands/import.js](https://github.com/thetre97/bitstor-cli/blob/v1.0.2/src/commands/import.js)_

## `bitstor login`

Login to BitStor

```
USAGE
  $ bitstor login

DESCRIPTION
  ...
  Login to the BitStor service
```

_See code: [src/commands/login.js](https://github.com/thetre97/bitstor-cli/blob/v1.0.2/src/commands/login.js)_
<!-- commandsstop -->

---
_Source: https://npm.io/package/bitstor-cli · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
