MadBomber / experiments

A collection of some code collections mostly used for suitability testing of libraries.
5 stars 0 forks source link

import from git repo #79

Open bobhenkel opened 3 years ago

bobhenkel commented 3 years ago

This project looks great. Fills a gap that is really needed.

Have you thought about adding the ability to import a just file from a git url by allowing the reference to be in the import statement?

Something like this import https://raw.githubusercontent.com/bobhenkel/myrepo/master/common_cloud.just

MadBomber commented 7 months ago

Here we are @bobhenkel 2 and a half years after you wrote this issue and I never saw it until now. Sorry. That was a good idea to consider using a URL to import a justfile - it was worth discussing; however, the need for the justprep pre-processor has gone away with the latest releases of the just task runner. I am not sure when I will archive the justprep repo. I suspect it will be sometime this year.

Dewayne o-*