https://github.com/repometric/linterhub-js
npm package with shared classes for js-based linterhub extensions
https://github.com/repometric/linterhub-js
core-wrapper
Last synced: 8 months ago
JSON representation
npm package with shared classes for js-based linterhub extensions
- Host: GitHub
- URL: https://github.com/repometric/linterhub-js
- Owner: repometric
- License: mit
- Created: 2017-01-27T08:51:20.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-04-11T20:03:57.000Z (about 8 years ago)
- Last Synced: 2025-02-10T12:48:37.137Z (over 1 year ago)
- Topics: core-wrapper
- Language: TypeScript
- Homepage:
- Size: 99.6 KB
- Stars: 0
- Watchers: 4
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Linterhub IDE Package
=====
[](https://travis-ci.org/repometric/linterhub-js)
npm package with shared classes for js-based linterhub extensions:
* [linterhub Atom Extension](https://github.com/repometric/linterhub-atom)
* [linterhub VSCode Extension](https://github.com/repometric/linterhub-vscode)
* [linterhub Brackets Extension](https://github.com/repometric/linterhub-brackets)
To install this package type `npm install @repometric/linterhub-js`
## How to test
* Type `npm run check`, it will:
* Update all dependencies;
* Build TypeScript code;
* Run all tests;
* Lint source code.