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

https://github.com/rabuu/scrapt

Script your Scratch
https://github.com/rabuu/scrapt

Last synced: 5 months ago
JSON representation

Script your Scratch

Awesome Lists containing this project

README

          

# Scrapt
Script your Scratch.

The project is a work in progress and in an early stage of development.

## Usage
```console
$ scrapt new untitled-project
$ scrapt build ./untitled-project
```

## Goal
This project wants to make it possible to go back and forth between [Scratch](https://scratch.mit.edu) projects and its own custom project structure and [in-house scripting language](lang/).
In this way it aims to provide a way to work with Scratch in a more traditional way of scripting instead of dragging blocks.

## Similar projects
Apparently, this is not an uncommon idea. Here are similiar (and better) projects:
- [goboscript](https://github.com/aspizu/goboscript) (Rust)
- [sb-scratch](https://github.com/rusty-scratch/sb-scratchy) (Rust)