UNPKG

1.22 kBMarkdownView Raw
1# EXPERIMENTAL: extensions-client-common
2
3[![build](https://travis-ci.org/sourcegraph/extensions-client-common.svg?branch=master)](https://travis-ci.org/sourcegraph/extensions-client-common)
4[![codecov](https://codecov.io/gh/sourcegraph/extensions-client-common/branch/master/graph/badge.svg?token=SLtdKY3zQx)](https://codecov.io/gh/sourcegraph/extensions-client-common)
5[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
6[![sourcegraph: search](https://img.shields.io/badge/sourcegraph-search-brightgreen.svg)](https://sourcegraph.com/github.com/sourcegraph/extensions-client-common)
7[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
8
9Common TypeScript/React client application code for Sourcegraph extension configuration and management, used in:
10
11- Sourcegraph
12- "Sourcegraph for X" products (Chrome extension, Firefox extension, and more soon)
13
14**Status:** Experimental
15
16### Components
17
18TODO
19
20## Usage
21
22```shell
23npm install --save @sourcegraph/extensions-client-common
24```
25
26## Development
27
28```shell
29npm install
30npm test
31```