@sourcegraph/create

CLI to bootstrap Sourcegraph npm packages

Usage no npm install needed!

<script type="module">
  import sourcegraphCreate from 'https://cdn.skypack.dev/@sourcegraph/create';
</script>

README

Sourcegraph package creator

npm downloads build code style: prettier semantic-release

CLI tool to interactively create a repo for a @sourcegraph npm package, add all the needed boilerplate and set up CI.

It's idempotent, so you can run it on half-initialized repositories too and it will skip steps already done.

Use it

mkdir my-new-package
cd my-new-package

yarn create @sourcegraph
# or
npm init @sourcegraph