kevoree-const

Kevoree JS constants

Usage no npm install needed!

<script type="module">
  import kevoreeConst from 'https://cdn.skypack.dev/kevoree-const';
</script>

README

kevoree-js-const

Kevoree JS contants

Install

npm i kevoree-const -S

Usage

const kConst = require('kevoree-const');

console.log('Kevoree config root path:', kConst.GLOBAL_PATH);
console.log('Kevoree config file path:', kConst.CONFIG_PATH);
// ...