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

https://github.com/healthypackrat/rubygems-class-table

ドキュメンテーションコメントの文字数が多い順にGemライブラリのAPIリファレンスへのリンクを表示
https://github.com/healthypackrat/rubygems-class-table

react redux ruby

Last synced: 3 months ago
JSON representation

ドキュメンテーションコメントの文字数が多い順にGemライブラリのAPIリファレンスへのリンクを表示

Awesome Lists containing this project

README

        

# rubygems-class-table

## What's this?

各RubyGemsライブラリのクラスへのリンクをドキュメンテーションコメントが多い順に表示させます。

## Demo

*

## Usage

Gemを追加する:

```
$ bin/manager add devise
```

## Development

開発用サーバを起動:

```
$ yarn start
```

GitHub Pagesにデプロイ:

```
$ npm run deploy
```