https://github.com/iofod/iofod-extensions
iofod-extensions
https://github.com/iofod/iofod-extensions
Last synced: 7 months ago
JSON representation
iofod-extensions
- Host: GitHub
- URL: https://github.com/iofod/iofod-extensions
- Owner: iofod
- License: mit
- Created: 2021-08-25T01:54:19.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-10-25T13:30:41.000Z (over 3 years ago)
- Last Synced: 2025-01-23T13:43:55.090Z (over 1 year ago)
- Size: 144 KB
- Stars: 26
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# iofod-extensions
English | [简体中文](./README_CN.md)
This project contains the official iofod extensions and resources.
## Tutorials
- [Using Extensions](https://doc.iofod.com/#/en/3/24)
- [Extension Development Instructions](https://doc.iofod.com/#/en/9/01)
- [iofod SDK](https://github.com/iofod/iofod-sdk)
## Quick start
The [IFstruct](https://github.com/iofod/IFstruct-parser) command line tool integrates iofod extension development templates, which can be quickly created with the following command.
```bash
iofod create --temp extension --dir MyExtensionProject
```
## Use cases
- [Custom Icon Set](https://github.com/iofod/iofod-extensions/tree/main/demo/add-icon): Extend the iofod icon to add a custom icon.
- [UI Library Development Tool](https://github.com/iofod/iofod-extensions/tree/main/demo/extension-helper): Essential tools for the development of UI library extensions.
- [Material UI](https://github.com/iofod/iofod-extensions/tree/main/demo/Material-UI): Use the Material UI component library in iofod.
- [SVG2Icon](https://github.com/iofod/iofod-extensions/tree/main/demo/svg2icon): Convert SVG files to iofod's icon component.
- [IFstruct synchronization](https://github.com/iofod/iofod-extensions/tree/main/demo/sync): Listen for IFstruct changes and synchronize the changes to the target server.
- [Color UI](https://github.com/iofod/iofod-extensions/tree/main/demo/color-ui): Use the Color UI component library in iofod.
- [Soft UI](https://github.com/iofod/iofod-extensions/tree/main/demo/soft-ui): Use the Soft UI component library in iofod.
- [Automated Test](https://github.com/iofod/iofod-extensions/tree/main/demo/auto): A must-have tool to support automated testing of external projects.