The Wayback Machine - https://web.archive.org/web/20221211071147/https://github.com/sourcegraph/create-extension
Skip to content

sourcegraph/create-extension

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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