sourcegraph / sourcegraph-extension-api

Sourcegraph extension API: use and build extensions that enhance reading and reviewing code in your existing tools. "The extension API you wish your code host had."
44 stars 2 forks source link

Create a sourcegraph extension generator (npm init @sourcegraph/extension) #77

Closed felixfbecker closed 6 years ago

felixfbecker commented 6 years ago

This can be a fork of https://github.com/sourcegraph/create

slimsag commented 6 years ago

This would've helped me. The code discussions extension I created following the hello world tutorial has no linting, uses TypeScript but doesn't appear to receive any type-checking, etc.

ryan-blunden commented 6 years ago

WIP at https://github.com/sourcegraph/create-extension

slimsag commented 6 years ago

@ryan-blunden this is done, yes?

sqs commented 6 years ago

Yes