laughedelic / atom-ide-scala

:atom: Scala & Dotty support for Atom IDE (🧟‍♂️ zombie repo)
https://atom.io/packages/ide-scala
MIT License
48 stars 10 forks source link

Try to use sbt-node #12

Closed laughedelic closed 6 years ago

laughedelic commented 6 years ago

https://github.com/jokade/sbt-node

It's a plugin for sbt that generates package.json does some other npm related stuff. I'm not sure about the status of this project, but it seems useful. Would be nice to have all necessary information defined in sbt and generate package.json from it:

But probably this plugin will need some improvement to be able to generate arbitrary stuff (like consumedServices/providedServices)

laughedelic commented 6 years ago

Meanwhile I have apm-specific things in apm.sbt:

laughedelic commented 6 years ago

Closing this in favor of #17