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.
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