Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 598 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 598 Bytes

sbt-npm-package - NPM Module Interface for ScalaJSMaven Central Code of Conduct

Quick Start

To use sbt-npm in an existing SBT project with SBT 1 or a later version, add the following dependencies to your project/plugins.sbt depending on your needs:

addSbtPlugin(
  "io.chrisdavenport" %% "sbt-npm-package" % "<version>"
)