https://github.com/kokofixcomputers/scratch-extension-collection
https://github.com/kokofixcomputers/scratch-extension-collection
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/kokofixcomputers/scratch-extension-collection
- Owner: kokofixcomputers
- Created: 2024-11-18T02:03:02.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-20T21:26:06.000Z (over 1 year ago)
- Last Synced: 2025-02-08T02:17:36.734Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://scratch-extension-collection-vercel.vercel.app
- Size: 34.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license/mit.html
Awesome Lists containing this project
README
# scratch-extension-collection
kokofixcomputers's scratch extension collection.
## Contributing
TO add your own extension, Please make sure your extension has the following metadata (order does not matter):
Minimal:
```
// Name: Extension Name (e.g. Added Motion)
// ID: Extension ID (Must be unique. e.g. kokofixcomputers.extension)
// Description: (description e.g. New Motion related Blocks!)
// By: (Author, may contain commas if there are multiple. e.g. SharkPool)
```
Recommanded:
```
// Name: Extension Name (e.g. Added Motion)
// ID: Extension ID (Must be unique. e.g. kokofixcomputers.extension)
// Description: (description e.g. New Motion related Blocks!)
// Tags: (tags, seperated by commas)
// By: (Author, may contain commas if there are multiple. e.g. SharkPool)
// Version V.(version. must contain V. without semicolom e.g. V.1.2.3)
// License: (license. e.g. mit)
```
Clone this repo
Then, Add your extension to the downloads folder in the repo.
Open a pull request.
## Running
To run the code, Run these commands:
```bash
npm install
node server.js
```
The application should now be running on port 3000