🦆👋 This is the API extension for CLΩ.
Grab one of these and import it into your Scratch editor.
See the backend Wiki for API documentation.
Clone and install this repo on your machine to get started.
git clone git@github.com/cloudlink-omega/extension.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!