Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/repometric/linterhub-atom
https://github.com/repometric/linterhub-atom
atom atom-extension code-analysis
Last synced: 30 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/repometric/linterhub-atom
- Owner: repometric
- Created: 2017-01-28T16:09:12.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-23T17:17:50.000Z (almost 8 years ago)
- Last Synced: 2024-11-07T10:25:04.002Z (3 months ago)
- Topics: atom, atom-extension, code-analysis
- Language: JavaScript
- Size: 79.1 KB
- Stars: 0
- Watchers: 5
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Linterhub Atom Extension
=====
[![Build Status](https://travis-ci.org/Repometric/linterhub-atom.svg?branch=master)](https://travis-ci.org/Repometric/linterhub-atom)
[![Build status](https://ci.appveyor.com/api/projects/status/gle7x82v832ntf13?svg=true)](https://ci.appveyor.com/project/xferra/linterhub-atom)
[![Build status](https://circleci.com/gh/Repometric/linterhub-atom.svg?style=shield)](https://circleci.com/gh/Repometric/linterhub-atom)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/fbcbd01cbdcd446f94133456d1562b2a)](https://www.codacy.com/app/xferra/linterhub-atom?utm_source=github.com&utm_medium=referral&utm_content=Repometric/linterhub-atom&utm_campaign=Badge_Grade)
[![Code Climate](https://codeclimate.com/github/Repometric/linterhub-atom/badges/gpa.svg)](https://codeclimate.com/github/Repometric/linterhub-atom)
[![Issue Count](https://codeclimate.com/github/Repometric/linterhub-atom/badges/issue_count.svg)](https://codeclimate.com/github/Repometric/linterhub-atom)
[![Dependency Status](https://www.versioneye.com/user/projects/58cbd81d6893fd003b3c35ff/badge.svg?style=flat-square)](https://www.versioneye.com/user/projects/58cbd81d6893fd003b3c35ff)Extension to integrate [Linterhub](https://github.com/Repometric/linterhub-cli) into Atom: analyze your code using different linters.
## Requirements
* [Atom](https://atom.io) v1.4.0 or higher.## How to develop
* Install all dependencies. Run `apm install` in root directory.
* Make your package available for Atom by running `apm link` in root directory.
* Run `atom . --dev`. It will open new instance of Atom with installed extension.