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

https://github.com/11ways/protodoc

A documentation generator for your JavaScript code
https://github.com/11ways/protodoc

Last synced: 11 months ago
JSON representation

A documentation generator for your JavaScript code

Awesome Lists containing this project

README

          


protodoc





Mac/Linux Build Status



Windows Build status



Codecov Coverage report



Known Vulnerabilities



Dependency Status




Latest version on npm



Project license





📚 A documentation generator for your JavaScript code



Coded with ❤️ by Jelle De Loecker.

## Introduction

This repository contains a personal skeleton that I use when I publish my [npm packages](https://www.npmjs.com/~skerit).

## Install

```bash
npm install protodoc
```

## Usage

```js
const Protodoc = require('protodoc');
```

## Contributing
Contributions are REALLY welcome.
Please check the [contributing guidelines](.github/contributing.md) for more details. Thanks!

## Authors
- **Jelle De Loecker** - *Follow* me on *Github* ([:octocat:@skerit](https://github.com/skerit)) and on *Twitter* ([🐦@skeriten](http://twitter.com/intent/user?screen_name=skeriten))

See also the list of [contributors](https://github.com/11ways/protodoc/contributors) who participated in this project.

## License
This project is licensed under the MIT License - see the [LICENSE](https://github.com/11ways/protodoc/LICENSE) file for details.