Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/seaofvoices/crosswalk-plugin

A Roblox Studio plugin for crosswalk
https://github.com/seaofvoices/crosswalk-plugin

Last synced: about 2 months ago
JSON representation

A Roblox Studio plugin for crosswalk

Awesome Lists containing this project

README

        

[![checks](https://github.com/seaofvoices/crosswalk-plugin/actions/workflows/test.yml/badge.svg)](https://github.com/seaofvoices/crosswalk-plugin/actions/workflows/test.yml)
[![license](https://img.shields.io/badge/license-MIT-blue)](LICENSE.txt)
[![GitHub all releases](https://img.shields.io/github/downloads/seaofvoices/crosswalk-plugin/total)](https://github.com/seaofvoices/crosswalk-plugin/releases)
[![GitHub top language](https://img.shields.io/github/languages/top/seaofvoices/crosswalk-plugin)](https://luau-lang.org/)

# crosswalk-plugin

This Roblox Studio plugin aims to help development using the [crosswalk](https://github.com/seaofvoices/crosswalk) framework.

# Features

- Project setup
- Create `ServerModules`, `ClientModules` and `SharedModules` folders
- Auto-completions:
- Module names in the `Modules` table
- Module names in the `ServerModules` table (for client modules)
- Module names in the `ClientModules` table (for server modules)
- Module names in the `SharedModules` table (for shared modules)

# License

This plugin for crosswalk is available under the MIT license. See [LICENSE.txt](LICENSE.txt) for details.