Library and program downloader from terminal. Works on Windows and Linux :)
- Download
dlib.exefile from releases tab. - Add the downladed file to
PATHenviroment variable so you can directly usedlibat terminal.
- Go to actions and search for a Release action.
- Download the windows artifact of that action.
- Add the downloaded file to
PATHso you can use dlib from the terminal
Not implemented by now
Not implemented by now
Not implemented by now
dlib cb8
dlib https://some-lib-web.org/install.dls
dlib project/hello-world.dls
dlib --version
The first one searched for a script called cb8 at the repositories you have configured.
The second one searched for a file called install.dls on internet at https://some-lib-web.org/ and runned it.
The third one searched for a file called hello-world.dls at the folder project and runned it.
You can check dlib version by running dlib --version, so be careful to not name a file --version.
More help about how to create .dls files comming soon.
This project is licensed with GNU GPL v3.