scalajs-starter

1.0.9 • Public • Published

npm Scala.js GitHub code size in bytes GitHub repo size CircleCI GitHub issues GitHub pull requests GitHub last commit GitHub

CircleCI

GitHub followers Twitter Follow

scalajs-starter

Installation

Usage

  • build Scala to JavaScript
    npm run build
    
  • build & execute script
    npm start
    
  • test
    npm test
    
  • clean build folder
    npm run clean
    
  • run VanillaJS example
    npm run example-vanillajs
    

Features

  • Scala.js skeleton (to be used & replaced by CLI)
  • sbt v. 1.2.8
  • Scala v. 2.12.8
  • Scala.js v. 0.6.28 (git tag 1.0.6)
  • Scala.js v. 1.0.0-M8
  • source maps

1.0.9

  • fix: use js.Dynamic.global.global instead of reassigning globalThis to custom context (affects VanillaJS examples)

For complete changelog go to https://github.com/konradst/scalajs-starter/blob/master/CHANGELOG.md

Roadmap

  • module support: ES, CommonJS
  • interactive build
  • npx CLI
  • add another VanillaJS example (alternative without assigning to globalThis)

For complete roadmap go to https://github.com/konradst/scalajs-starter/blob/master/ROADMAP.md

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i scalajs-starter

    Weekly Downloads

    2

    Version

    1.0.9

    License

    MIT

    Unpacked Size

    646 kB

    Total Files

    69

    Last publish

    Collaborators

    • konradst