Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xmake-io/xmake-plugins
A plugins repository based on xmake
https://github.com/xmake-io/xmake-plugins
build-tools lua plugin xmake
Last synced: 3 months ago
JSON representation
A plugins repository based on xmake
- Host: GitHub
- URL: https://github.com/xmake-io/xmake-plugins
- Owner: xmake-io
- License: apache-2.0
- Created: 2017-07-20T08:17:17.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-07-20T08:55:31.000Z (over 7 years ago)
- Last Synced: 2024-10-24T13:59:00.685Z (3 months ago)
- Topics: build-tools, lua, plugin, xmake
- Language: Lua
- Homepage: https://xmake.io
- Size: 10.7 KB
- Stars: 12
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## Introduction ([中文](/README_zh.md))
xmake-plugins is a plugin repository based on xmake.
## Installation
Download the given plugin directory (.e.g `xmake-plugins/echo`) and copy to the plugins directory of xmake (`/installdir/xmake/plugins`).
## Usage
Please run the following command to get help info:
```lua
$ xmake plugin_name --help
```If you want to known more, please refer to:
* [Documents](http://xmake.io/#/home)
* [Github](https://github.com/tboox/xmake)
* [HomePage](http://www.xmake.io)## Contacts
* Email:[[email protected]](mailto:[email protected])
* Homepage:[TBOOX Open Source Project](http://www.tboox.org)
* Community:[TBOOX Open Source Community](https://github.com/tboox/community/issues)