Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/shijiatongxue/create-figma-app
- Owner: shijiatongxue
- License: mit
- Created: 2024-08-16T13:10:11.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-10-20T03:17:38.000Z (2 months ago)
- Last Synced: 2024-10-20T10:03:50.440Z (2 months ago)
- Topics: figma, figma-plugin, rspack-react, typescript
- Language: TypeScript
- Homepage:
- Size: 42 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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).