Skip to content

Latest commit

 

History

90 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KoinJS Build Status

This is a fork of the Ekito/koin project that targets JavaScript.

Installation

KoinJS is available from jcenter, make sure you have it in your repositories list:

repositories {
    jcenter()
}

Then just add the dependency:

dependencies {
    compile "co.zsmb:koinjs:0.9.1"
}

Documentation

Please refer to the original library's readme, wiki / website for documentation.

Tests

Tests have been ported from the original library, and they use Kotlin-test and mocha. You can run them with the gradlew test command.

Alternatively, you can in IntelliJ if you have the NodeJS plugin installed:

  • Create a new Mocha run configuration
  • Use ...\KoinJS\node_modules\mocha as the Mocha package
  • Set ...\KoinJS\build\classes\test as the Test directory, make sure to include subdirectories
  • Run tests by executing the run config

About

A port of the koin dependency injection framework for JavaScript

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages