@sourcegraph/create-extension

CLI to generate the skeleton for a Sourcegraph extension


Keywords
cli, npm, create, generate, generator, bootstrap, boilerplate
License
Unlicense
Install
npm install @sourcegraph/create-extension@1.0.6

Documentation

Create Sourcegraph extension

npm downloads build code style: prettier semantic-release

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