Skip to content

🎨Kotlin multiplatform startkit for node.js. [Run, test, publish, etc...]

Notifications You must be signed in to change notification settings

EltonZhong/kotlin-node-jvm-startkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kotlin-node-jvm-startkit

  • A example for how to publish your kotlin-js app written in kotlin to npm registry.
  • Kotlin multiplatform startkit, including js(both node.js and frontend js are OK) and jvm.

Usage

Js

  • Test: Run test written in kotlin: cd node && npm test
  • Main: Run main function written in kotlin: cd node && npm start
  • Publish: Publish to npm registry: modify package info in node/package.json, and run npm publish

Jvm

  • Test: gradle jvmTest

This project is based on, and can be full explained in this document: https://therollingstones.cn/2018/12/18/code/kotlin/KotlinMultiPlatformSetup/

About

🎨Kotlin multiplatform startkit for node.js. [Run, test, publish, etc...]

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages