ComputerCraft Forums

ComputerCraft => Programs => APIs and Utilities => Topic started by: 0x77dev on Jan 15, 2022, 05:08 AM

Title: CCPack / Live-Reload with optional TypeScript support
Post by: 0x77dev on Jan 15, 2022, 05:08 AM
CCPack

CC: Tweaked tool that provides Live-Reload and optionally TypeScript

https://www.youtube.com/watch?v=hCnWti7NHdg

Requirements
Node.js >=16.x
Install

npm i -g @0x77/ccpack

or using yarn:
yarn global add @0x77/ccpack

Starting lua project
ccpack --id fillwithyouranyvalue -a entrypoint.lua -s path/to/your/code/folder

https://github.com/0x77dev/ccpack