Skip to content

tutacat/extensions

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unsandboxed Extensions for TurboWarp

https://extensions.turbowarp.org/

Local development

Set up a local HTTP server on http://localhost:8000/. TurboWarp will load extensions from there without the sandbox.

If you happen to have Python 3 installed, this is easy:

python3 -m http.server

If you install npm dependencies locally, TypeScript aware editors such as Visual Studio Code will give you smart autocomplete suggestions for most Scratch APIs based on @turbowarp/types. Note that these types are not 100% complete and are missing anything TurboWarp specific for now.

npm ci

See CONTRIBUTING.md for more about contributing.

License

By default, files in this repository are licensed under the MIT License. However, there are exceptions. Files that are under a different license will have a license header at the top of their source code or in an adjacent README file.

About

Unsandboxed custom extensions for TurboWarp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.0%
  • HTML 1.0%