Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/seaofvoices/crosswalk-plugin
- Owner: seaofvoices
- License: mit
- Created: 2023-09-06T13:24:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-11T14:54:47.000Z (over 1 year ago)
- Last Synced: 2024-04-19T19:03:05.856Z (9 months ago)
- Language: Lua
- Size: 84 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
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.