-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
Hi,
A few things I came across when attempting to install (so I could run comparisons against different versions/PRs of our jsonpath-plus).
Though you reference https://github.com/zemirco/sf-city-lots-json in the README, if you are not including it as dependency because of the file size, I might suggest giving instructions, or better yet, a Node build routine, so others can create the specific files created that your script expects,I see now this gets included when I load in Sourcetree, but on the CLI, do I need special arguments to get the LFS download to work?small-citylots.json
,medium-citylots.json
, andcitylots.json
, I only see one file in that repo.- Were you planning to publish on npm? I would think it could be useful there. If not, maybe you want to set
"private": true
onpackage.json
to communicate your intent. But I think it'd be useful to have the trust inherent in versioning apply to a testing framework. - I'd suggest allowing
testLibraries
/performanceClasses
,testMethods
, anddatasets
, to be supplied dynamically through CLI argument. (Actually, it be particularly cool if you could define abin
so one could install your project globally (or as a devDep.) and run an executable which picked up the working directory and could use that dynamically as a querier (performance class), so there'd be no need to change in source the require path or the installed version of a given querier).
Anyways, let me know how I might be able to help, though I think I'd need guidance on #1 to be able to prepare a PR for #3.
Metadata
Metadata
Assignees
Labels
No labels