# sourcegraph-project-view **Repository Path**: mirrors_sourcegraph/sourcegraph-project-view ## Basic Information - **Project Name**: sourcegraph-project-view - **Description**: View and visualize projects defined in Markdown files in a repository. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-23 - **Last Updated**: 2025-12-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Project view ([Sourcegraph extension](https://docs.sourcegraph.com/extensions)) [![npm](https://img.shields.io/npm/v/project-view.svg)](https://www.npmjs.com/package/project-view) [![downloads](https://img.shields.io/npm/dt/project-view.svg)](https://www.npmjs.com/package/project-view) [![build](https://travis-ci.org/sourcegraph/sourcegraph-project-view.svg?branch=master)](https://travis-ci.org/sourcegraph/sourcegraph-project-view) [![codecov](https://codecov.io/gh/sourcegraph/sourcegraph-project-view/branch/master/graph/badge.svg?token=878nrLkqgK)](https://codecov.io/gh/sourcegraph/sourcegraph-project-view) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier) A [Sourcegraph extension](https://docs.sourcegraph.com/extensions) for viewing and visualizing projects defined in Markdown files in a repository. **Status:** work in progress ## Build ``` yarn yarn run build ``` ## Test ``` yarn test ```