2.0.1 • Published 7 years ago

kevoree-const v2.0.1

Weekly downloads
1
License
LGPL-3.0
Repository
github
Last release
7 years ago

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);
// ...