Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/yukihirop/octotag-for-stars-refactor
- Owner: yukihirop
- License: mit
- Created: 2018-12-17T16:35:05.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-19T11:16:13.000Z (about 6 years ago)
- Last Synced: 2024-11-08T20:48:54.065Z (3 months ago)
- Topics: babel, browser-extension, chrome, github, jest, jquery, webpack
- Language: JavaScript
- Homepage:
- Size: 1.65 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```