An open API service indexing awesome lists of open source software.

https://github.com/ohbug-org/ohbug-cli

Command line utility to work with Ohbug
https://github.com/ohbug-org/ohbug-cli

cli ohbug ohbug-cli

Last synced: 3 months ago
JSON representation

Command line utility to work with Ohbug

Awesome Lists containing this project

README

          


ohbug-cli


一键上传您的 sourceMap 文件到 Ohbug 或其他服务。

[![build](https://img.shields.io/github/workflow/status/ohbug-org/ohbug-cli/Node.js%20CI/master?style=flat-square)](https://github.com/ohbug-org/ohbug-cli/actions?query=workflow%3A%22Node.js+CI%22)
[![npm](https://img.shields.io/npm/v/@ohbug/cli.svg?style=flat-square)](https://www.npmjs.com/package/@ohbug/cli)
[![npm bundle size](https://img.shields.io/bundlephobia/min/@ohbug/cli?style=flat-square)](https://bundlephobia.com/result?p=@ohbug/cli)
[![codecov](https://img.shields.io/codecov/c/github/ohbug-org/ohbug-cli.svg?style=flat-square)](https://codecov.io/gh/ohbug-org/ohbug-cli)
[![license](https://img.shields.io/github/license/ohbug-org/ohbug-cli?style=flat-square)](https://github.com/ohbug-org/ohbug-cli/blob/master/LICENSE)
[![Code style](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)

[English](./README.md) | 简体中文

## Installation

```
npm install @ohbug/cli -g
```

or

```
yarn global add @ohbug/cli
```

## Quick Overview

```
ohbug
```

按照提示选择并输入信息。

![uploadSourceMap](./description.svg)