Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/laughedelic/scalajs-atom-api
⚛️Scala.js facades for some Atom-related APIs
https://github.com/laughedelic/scalajs-atom-api
atom atom-api atom-ide facade lsp scala scala-js scalajs scalajs-facade typed-js
Last synced: 5 days ago
JSON representation
⚛️Scala.js facades for some Atom-related APIs
- Host: GitHub
- URL: https://github.com/laughedelic/scalajs-atom-api
- Owner: laughedelic
- License: mpl-2.0
- Created: 2017-11-25T04:49:47.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-13T00:31:13.000Z (over 6 years ago)
- Last Synced: 2024-11-01T08:42:20.375Z (about 2 months ago)
- Topics: atom, atom-api, atom-ide, facade, lsp, scala, scala-js, scalajs, scalajs-facade, typed-js
- Language: Scala
- Homepage:
- Size: 73.2 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Scala.js facades for _some_ Atom-related APIs
[![](https://travis-ci.org/laughedelic/scalajs-atom-api.svg?branch=master)](https://travis-ci.org/laughedelic/scalajs-atom-api)
[![](http://img.shields.io/github/release/laughedelic/scalajs-atom-api/all.svg)](https://github.com/laughedelic/scalajs-atom-api/releases/latest)
[![](https://img.shields.io/badge/license-MPL--2.0-blue.svg)](https://www.tldrlegal.com/l/mpl-2.0)
[![](https://img.shields.io/badge/contact-gitter_chat-dd1054.svg)](https://gitter.im/laughedelic/scalajs-atom-api)This project contains a few manually written facades for some Atom-related APIs. Currently it exists solely for the needs of the [atom-ide-scala](https://github.com/laughedelic/atom-ide-scala) project and will be extended on demand.
## Facades
* [Core Atom API](https://atom.io/docs/api)
Check [`src/.../atom/core/`](src/main/scala/atom/core/) to find what's covered.* [atom-languageclient](https://github.com/atom/atom-languageclient)
Complete `AutoLanguageClient` and some [other relevant parts](src/main/scala/atom/languageclient/)* [atom-ide-ui](https://github.com/facebook-atom/atom-ide-ui)
+ [atom-ide-busy-signal](https://github.com/facebook-atom/atom-ide-ui/tree/master/modules/atom-ide-ui/pkg/atom-ide-busy-signal)* [atom-package-deps](https://github.com/steelbrain/package-deps)
## Usage
```scala
resolvers += Resolver.jcenterRepo
libraryDependencies += "laughedelic" %%% "scalajs-atom-api" % ""
```(see the latest release version on the badge above)