https://github.com/offscale/glaucoma-risk-calculator-engine-dist
Glaucoma risk calculator compute engine [dist]
https://github.com/offscale/glaucoma-risk-calculator-engine-dist
Last synced: 4 months ago
JSON representation
Glaucoma risk calculator compute engine [dist]
- Host: GitHub
- URL: https://github.com/offscale/glaucoma-risk-calculator-engine-dist
- Owner: offscale
- Created: 2017-03-16T17:51:36.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-06-24T01:09:58.000Z (almost 4 years ago)
- Last Synced: 2024-04-21T13:46:45.123Z (about 2 years ago)
- Language: JavaScript
- Size: 236 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Glaucoma risk calculator compute engine
=======================================
## Install prerequisites
0. node & npm (tested with node v7.5 and npm v4.2)
2. `cd` to directory you've cloned this repo into
4. Run: `npm install`
## Compile+run app
tsc
Then
node index.js
## Generate dist repo
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
## License
Licensed under either of
- Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or )
- MIT license ([LICENSE-MIT](LICENSE-MIT) or )
at your option.
### Contribution
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.