Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yikzero/remixiconorganization
A Figma plugin for generating Remix Icon descriptions and links
https://github.com/yikzero/remixiconorganization
figma figma-plugin
Last synced: 8 days ago
JSON representation
A Figma plugin for generating Remix Icon descriptions and links
- Host: GitHub
- URL: https://github.com/yikzero/remixiconorganization
- Owner: yikZero
- Created: 2024-10-30T15:07:45.000Z (8 days ago)
- Default Branch: main
- Last Pushed: 2024-10-30T15:13:06.000Z (8 days ago)
- Last Synced: 2024-10-30T16:25:20.825Z (8 days ago)
- Topics: figma, figma-plugin
- Language: TypeScript
- Homepage: https://www.figma.com/community/file/1403872440301643907
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Remix Icon Organization
A Figma plugin for generating Remix Icon descriptions and links
## Develop
Before you start, make sure you have enabled [Corepack](https://nodejs.org/api/corepack.html). Corepack makes sure you are using the correct version (`packageManager` field in `package.json`) for package manager when you run corresponding commands.
```sh
corepack enable
```Install dependencies.
```sh
pnpm install
```Develop in Figma
```sh
pnpm run watch
```