Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pixelcmtd/cpm
All the source for my ComputerCraft Package Manager.
https://github.com/pixelcmtd/cpm
computercraft computercraft-scripts cpm package-management package-manager
Last synced: 16 days ago
JSON representation
All the source for my ComputerCraft Package Manager.
- Host: GitHub
- URL: https://github.com/pixelcmtd/cpm
- Owner: pixelcmtd
- License: mpl-2.0
- Created: 2019-08-29T14:12:05.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-17T10:26:08.000Z (almost 2 years ago)
- Last Synced: 2024-11-17T00:44:29.648Z (3 months ago)
- Topics: computercraft, computercraft-scripts, cpm, package-management, package-manager
- Language: Lua
- Size: 37.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cpm
All the source for my ComputerCraft Package Manager.# Installing
Just open up your Computer/Turtle and type in the following commands:
```
pastebin get 1xc1NGDQ cpm
cpm
```
Or if you are using a recent version of ComputerCraft, you can use:
```
pastebin run 1xc1NGDQ
```
If the pastebin command isn't available at all, you will have to type
in the [µNetboot](unetboot.lua) manually.