支持将figma 插件 figma tokens中的json文件转换为css格式。
- 安装node.js:http://nodejs.cn/download/
- 打开终端查看是否安装成功:
npm -v
- 安装github desktop clone到本地
- cd到本性项目文件夹,例如
/Users/username/Documents/GitHub/QDS--design-token
- 本地构建:
npm run build
pakege.json
中更新版本号- 增加npm账号
npm adduser
- 发布到npm:
npm publish
- github pull