An open API service indexing awesome lists of open source software.

https://github.com/kokofixcomputers/scratch-extension-collection


https://github.com/kokofixcomputers/scratch-extension-collection

Last synced: about 1 year ago
JSON representation

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