Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.17 KB

README.md

File metadata and controls

29 lines (20 loc) · 1.17 KB

Create Sourcegraph extension

npm downloads build code style: prettier semantic-release

⚠️ Deprecation notice

Sourcegraph extensions have been deprecated with the September 2022 Sourcegraph release. Learn more.

The repo and the docs below are kept to support older Sourcegraph versions.

Description

CLI to generate the skeleton of a Sourcegraph extension.

mkdir my-extension
cd my-extension

# npm
npm init sourcegraph-extension

# yarn
yarn create sourcegraph-extension