Basics of configuring the JavaScript ecosystem

jsEcosystem {
  toolchains {
    exampleTc(ExampleToolchain) {
        executableByVersion('1.2.3')
        executableByPath('/path/for/example')
        executableBySearchPath()
    }
  }
}