- node & npm (tested with node v7.5 and npm v4.2)
cd
to directory you've cloned this repo into- Run:
npm install
tsc
Then
node index.js
On a machine with GNU findutils and cpio
:
find -type f -not -name "*.ts" -and -not -path "./.git/*" -and -not -path "./node-modules/*" -and -not -name '*.map' | cpio -pdamv ../glaucoma-risk-calc-engine-dist
Alternatively a simple:
cp -r {test,*.js*,*.md} ../glaucoma-risk-calculator-engine-dist
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or https://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or https://opensource.org/licenses/MIT)
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.