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 project and will be extended on demand.
-
Core Atom API Check
src/.../atom/core/
to find what's covered. -
atom-languageclient Complete
AutoLanguageClient
and some other relevant parts
resolvers += Resolver.jcenterRepo
libraryDependencies += "laughedelic" %%% "scalajs-atom-api" % "<version>"
(see the latest release version on the badge above)