Scala.js facades for Node.js platform.
val scommonsNodejsVer = "1.0.0-SNAPSHOT" libraryDependencies ++= Seq( "org.scommons.nodejs" %%% "scommons-nodejs-core" % scommonsNodejsVer, "org.scommons.nodejs" %%% "scommons-nodejs-test" % scommonsNodejsVer % "test" )Latest SNAPSHOT version is published to Sonatype Repo, just make sure you added the proper dependency resolver to your build.sbt settings:
resolvers += "Sonatype Snapshots" at "https://oss.sonatype.org/content/repositories/snapshots/"Facades for Node.js APIs:
- Process => tests
- ChildProcess => tests
- EventEmitter => tests
- FS => tests
- OS => tests
- Path => tests
- URL => tests
- Stream
- Timers => tests
- Buffer => tests
Useful Scala APIs and utils:
- StreamReader => tests
- SubProcess => tests
You can find more documentation here