An open API service indexing awesome lists of open source software.

https://github.com/compodoc/website

Public website of compodoc
https://github.com/compodoc/website

Last synced: 4 months ago
JSON representation

Public website of compodoc

Awesome Lists containing this project

README

          


Compodoc: The missing documentation tool for your Angular application


Linux Build Status
Windows Build Status
Codecov
npm badge
npm dependencies
npm devDependencies
NPM Downloads
MIT badge



Gitter badge


The missing documentation tool for your Angular application.

# Installation

```
npm install -g harp
```

# Run

```
harp server src
```

Open http://localhost:9000/ in your web browser.

# Build

```
npm run build
```