Replies: 3 comments 3 replies
-
Adding it to the docs as a possible work-around for not installing |
Beta Was this translation helpful? Give feedback.
-
We have
I don't think we need to do anything else. Supporting multiple different ways to set up and invoke |
Beta Was this translation helpful? Give feedback.
-
Thanks for the suggestions here! It definitely makes sense to me to keep things as-is. I'm going to close this as I don't think any further discussion is necessary. |
Beta Was this translation helpful? Give feedback.
-
The
just
task runner used in Openverse, while a very handy universal utility, may not be a common tool installed by all who which to contribute to Openverse. We could consider streamlining this for users by using the npm version of Just. This would bundle just with our project's Node dependencies.This would, however, introduce one quirk.
Just
would be installed innode_modules/bin
(maybe not exactly, but for illustrative purposes bear with me) and evoked in package.json scripts. To use it in the project root one would have to typenpx just
.Perhaps, then, we could include it as a fallback, and instruct folks in our docs to use their locally-installed
just
ornpx just
if they do not have it.I think this is perhaps not beneficial, but I still wanted to share the idea, or provide a place for contributors who do not have just to confirm that this is an issue worth solving.
Beta Was this translation helpful? Give feedback.
All reactions