🦆👋 An implementation of the CloudLink 5 protocol for Scratch 3, which powers CLΩ.
Grab one of these and import it into your Scratch editor.
See the Wiki for In-Band and Signaling protocol documentation.
Clone and install this repo on your machine to get started.
git clone [email protected]/cloudlink-omega/cl5.git
cd extension
npm install
Check for typing: npm run lint:type
Check for format: npm run lint:format
(Fix: npm run format
)
Check for eslint: npm run lint
(Fix: npm run fix
)
Build: npm run build
Build for Turbowarp (format to match its prettier): npm run build:turbowarp
Development server: npm run start
(Extension: http://localhost:8080/index.global.js)
🦆⚖️ This extension is made with a lot of 🦆s and ❤️ under the MIT license.
🦆❤️👉 This repo was rebuilt using FurryR/scratch-ext scaffolding!