this project is deprecated. please use scm.
source

Dependency Manager for CC: Tweaked Scripts

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:

To add your own libraries here, please create a pull request.

Programs

To install a program use: dpm get <name>

You can download programs from pastebin with dpm get name@pastebinCode or install any script from here by typing dpm get scriptName.


An always up-to-date list can be found here:

To add your own program here, please create a pull request.
Install

pastebin run FuQ3WvPs KqhwihZr dpm

Dependency Manager

Install

To install the Dependency Manager (dpm) copy the install script pastebin run FuQ3WvPs KqhwihZr dpm and paste it in your Turtles / Computers console.

Download Programs

You can download programs with dpm get <name>.
A list of programs can be found here.

Install libs

Libraries can be installed to be used in your own projects.
You can find a list of them here.

Information

For more information take a look at the GitHub project and read the README.