Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/shijiatongxue/create-figma-app

Create a figma plugin without thinking
https://github.com/shijiatongxue/create-figma-app

figma figma-plugin rspack-react typescript

Last synced: about 2 months ago
JSON representation

Create a figma plugin without thinking

Awesome Lists containing this project

README

        

# create-figma-app [![NPM Version](https://img.shields.io/npm/v/create-figma-app)](https://www.npmjs.com/package/create-figma-app) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](./CONTRIBUTING.md)

Quick create a [plugin app](https://www.figma.com/plugin-docs/) for figma

## Usage

```bash
# npm
npm create figma-app@latest my-figma-app

# pnpm
pnpm create figma-app@latest my-figma-app
```

## Current supported template

- `react-ts`:react、typescript、rspack

you can use `.` for the project name or input a project by

```bash
npm create figma-app@latest
```

## Contribution

See [CONTRIBUTING Guide](./CONTRIBUTING.md).

## License

[MIT](./LICENSE).