react-figma

v0.0.35
Render React components to Figma
figma react figma-plugins

tsc

tsc -p tsconfig.json --noEmit

test

jest

prettify

prettier "src/**/*.{js,jsx,ts,tsx}" "examples/**/*.{js,jsx,ts,tsx}" --ignore-path ./.prettierignore --write && git add . && git status

prettier:check

prettier --check "src/**/*.{js,jsx,ts,tsx}" "examples/**/*.{js,jsx,ts,tsx}"

build

npm run build:clean && npm run build:lib

build:clean

rimraf dist

build:lib

cross-env BABEL_ENV=production tsc -p tsconfig.json

gitbook:clean

rm -rf _book/

gitbook:start

gitbook serve

gitbook:build

gitbook build

now-build

npm run gitbook:build

Metadata

  • MIT
  • >=10.15.0 <12.0.0
  • Ilya Lesik
  • released 12/20/2019

Downloads

Maintainers