https://github.com/repometric/linterhub-atom
https://github.com/repometric/linterhub-atom
atom atom-extension code-analysis
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/repometric/linterhub-atom
- Owner: repometric
- Created: 2017-01-28T16:09:12.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-23T17:17:50.000Z (about 8 years ago)
- Last Synced: 2024-12-28T00:28:43.724Z (5 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
=====
[](https://travis-ci.org/Repometric/linterhub-atom)
[](https://ci.appveyor.com/project/xferra/linterhub-atom)
[](https://circleci.com/gh/Repometric/linterhub-atom)
[](https://www.codacy.com/app/xferra/linterhub-atom?utm_source=github.com&utm_medium=referral&utm_content=Repometric/linterhub-atom&utm_campaign=Badge_Grade)
[](https://codeclimate.com/github/Repometric/linterhub-atom)
[](https://codeclimate.com/github/Repometric/linterhub-atom)
[](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.