# campaigns-client **Repository Path**: mirrors_sourcegraph/campaigns-client ## Basic Information - **Project Name**: campaigns-client - **Description**: WIP TypeScript campaigns client - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-23 - **Last Updated**: 2026-04-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # @sourcegraph/campaigns-client [![npm](https://img.shields.io/npm/v/@sourcegraph/campaigns-client.svg)](https://www.npmjs.com/package/@sourcegraph/campaigns-client) [![downloads](https://img.shields.io/npm/dt/@sourcegraph/campaigns-client.svg)](https://www.npmjs.com/package/@sourcegraph/campaigns-client) [![build](https://travis-ci.org/sourcegraph/campaigns-client.svg?branch=master)](https://travis-ci.org/sourcegraph/campaigns-client) [![codecov](https://codecov.io/gh/sourcegraph/campaigns-client/branch/master/graph/badge.svg?token=HpPlpGJxhL)](https://codecov.io/gh/sourcegraph/campaigns-client) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier) [![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) API client for Sourcegraph campaigns ## Install ``` npm install @sourcegraph/campaigns-client # or yarn add @sourcegraph/campaigns-client ``` ## Build ``` yarn yarn build ``` ## Test ``` yarn test ``` ## Release Releases are done automatically in CI when commits are merged into master by analyzing [Conventional Commit Messages](https://conventionalcommits.org/). After running `yarn`, commit messages will be linted automatically when committing though a git hook. The git hook can be circumvented for fixup commits with [git's `fixup!` autosquash feature](https://fle.github.io/git-tip-keep-your-branch-clean-with-fixup-and-autosquash.html), or by passing `--no-verify` to `git commit`. You may have to rebase a branch before merging to ensure it has a proper commit history, or squash merge with a manually edited commit message that conforms to the convention.