https://github.com/rabuu/scrapt
Script your Scratch
https://github.com/rabuu/scrapt
Last synced: 5 months ago
JSON representation
Script your Scratch
- Host: GitHub
- URL: https://github.com/rabuu/scrapt
- Owner: rabuu
- License: mit
- Created: 2023-08-18T14:30:35.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-12T22:32:40.000Z (about 2 years ago)
- Last Synced: 2024-04-13T08:03:42.520Z (about 2 years ago)
- Language: Rust
- Homepage:
- Size: 182 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)