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

https://github.com/iofod/iofod-extensions

iofod-extensions
https://github.com/iofod/iofod-extensions

Last synced: 7 months ago
JSON representation

iofod-extensions

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.