# create **Repository Path**: mirrors_sourcegraph/create ## Basic Information - **Project Name**: create - **Description**: CLI to bootstrap Sourcegraph npm packages - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-23 - **Last Updated**: 2026-04-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Sourcegraph package creator [![npm](https://img.shields.io/npm/v/@sourcegraph/create.svg)](https://www.npmjs.com/package/@sourcegraph/create) [![downloads](https://img.shields.io/npm/dt/@sourcegraph/create.svg)](https://www.npmjs.com/package/@sourcegraph/create) [![build](https://img.shields.io/github/workflow/status/sourcegraph/create/build/master)](https://github.com/sourcegraph/create/actions?query=branch%3Amaster+workflow%3Abuild) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier) [![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/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 ```