Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yukihirop/octotag-for-stars-refactor

For practicing GitHub 's Chrome extension. The application itself is not original.
https://github.com/yukihirop/octotag-for-stars-refactor

babel browser-extension chrome github jest jquery webpack

Last synced: about 1 month ago
JSON representation

For practicing GitHub 's Chrome extension. The application itself is not original.

Awesome Lists containing this project

README

        

# octotag-for-stars-refactor

[![Build Status](https://travis-ci.org/yukihirop/octotag-for-stars-refactor.svg?branch=master)](https://travis-ci.org/yukihirop/octotag-for-stars-refactor)
[![Coverage Status](https://coveralls.io/repos/github/yukihirop/octotag-for-stars-refactor/badge.svg?branch=build_ci_etc)](https://coveralls.io/github/yukihirop/octotag-for-stars-refactor?branch=build_ci_etc)
[![Maintainability](https://api.codeclimate.com/v1/badges/1c4efbc425734a663195/maintainability)](https://codeclimate.com/github/yukihirop/octotag-for-stars-refactor/maintainability)

For practicing GitHub 's Chrome extension. The application itself is not original.

It is a remake of the following github chrome extension using Babel (ES 6), Webpack, Jest

[original][s1r-J/octotag-for-stars](https://github.com/s1r-J/octotag-for-stars)

## Project Setup

```
yarn
```

## Build

```
npm run build
```

## Test

```
npm run test
```

## Coverage

```
npm run coveralls
```