Libraries
To install a script use: dpm install <name>
Use it within your program with:
local dpm = require("dpm")
local scriptName = dpm:load("scriptName")
Dependencies will be automatically installed by dpm.
You can install your own scripts from pastebin with dpm install name@pastebinCode
or install any script from here by typing dpm install scriptName
.
An always up-to-date list can be found here: