Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.28 KB

File metadata and controls

18 lines (14 loc) · 1.28 KB

JS Telecortex 2 Util

This is a basic util library to share code between the client and server libraries for JS-Telecortex-2

Build Status Maintainability codecov Language grade: JavaScript Total alerts

To recompile modifications made to this package when installed under node_modules

yarn global add @babel/cli @babel/core
export PATH="$PATH:$(yarn global bin)"
cd node_modules/@js-telecortex-2/js-telecortex-2-util/
babel src --out-dir lib