ext-test-extension

nothing.

Usage no npm install needed!

<script type="module">
  import extTestExtension from 'https://cdn.skypack.dev/ext-test-extension';
</script>

README

nothing

nothing.

Prerequisites

Sourcegraph extensions are written in TypeScript and are distributed as bundled JavaScript files that run on the client. For creation, publishing, and viewing, you need:

Set up

npm install

Lint and type check

npm run tslint
npm run typecheck

Publish

cdecli --config ./config.json --manifest ./package.json e p

Sourecgraph extension API

Visit the Sourcegraph extension documentation and check out some Sourcegraph extension samples.