ontodev / valve.js

VALVE in JavaScript
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Port valve.py to valve.js #3

Open jamesaoverton opened 3 years ago

jamesaoverton commented 3 years ago

The current valve.js code is just a sketch, but valve.py is a complete implementation. Please port the Python code to JavaScript. The key thing is to get validation working. Fancier features such as distinct can wait.

Feel free to reorganize this repo. Please keep command-line processing separate from the core validation functionality. In the end we want to copy the core validation functionality into a Google Sheets Add-On.

beckyjackson commented 2 years ago

There is a working port in this PR: https://github.com/ontodev/valve.js/pull/13