Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zcaudate/tool.prettier-plugin-lua
Browser Tooling for Prettier Plugin Lua
https://github.com/zcaudate/tool.prettier-plugin-lua
Last synced: 25 days ago
JSON representation
Browser Tooling for Prettier Plugin Lua
- Host: GitHub
- URL: https://github.com/zcaudate/tool.prettier-plugin-lua
- Owner: zcaudate
- Created: 2021-01-20T19:14:48.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-28T04:12:20.000Z (about 4 years ago)
- Last Synced: 2024-11-14T12:50:07.608Z (3 months ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Introduction
Building the `bundle.js` file:
``` shell
make package
```Copy the `bundle.js` to `assets/fx.prettier.lua` directory
``` shell
make release
```