Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

create-figma-app

Package Overview
Dependencies
Maintainers
0
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-figma-app - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

CHANGELOG.md

9

package.json
{
"name": "create-figma-app",
"version": "0.0.1",
"version": "0.0.2",
"type": "module",

@@ -10,3 +10,3 @@ "description": "create plugin app for figma",

"type": "git",
"url": "https://github.com/shijiatongxue/create-figma-app"
"url": "https://github.com/shijiatongxue/create-figma-app.git"
},

@@ -29,4 +29,5 @@ "keywords": [

"index.js",
"template-*",
"dist"
"template-react-ts",
"dist",
"CHANGELOG.md"
],

@@ -33,0 +34,0 @@ "engines": {

# 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)
# create-figma-app
Quick create a [plugin app](https://www.figma.com/plugin-docs/) for figma
## usage
## Usage

@@ -13,2 +14,20 @@ ```bash

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 <projectName>
```
## Contribution
See [CONTRIBUTING Guide](./CONTRIBUTING.md).
## License
[MIT](./LICENSE).
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc