zem
zem copied to clipboard
Create, test and publish Zeplin extensions with no build configuration ⚗️🦄
When I change my local extension's code, the web app doesn't reload the extension automatically like it does in the MacOS app. How can I get it to reload? Even...
In the Web app, my extension's `layer` method (and possibly others) is called every time I hover my mouse over another layer. While in the Mac app, it's only called...
Publishing extension failed: (500) Server error > Trying **npm run publish**
I've added new zem ^1.0.4 and run `zem test`, here is an output: ``` FAIL src/index.test.js ● Test suite failed to run TypeError: Cannot read property 'reduce' of undefined 7...
Steps to reproduce 1) Go to a Zeplin project (which is linked to a styleguide) 2) Install React Native [extension](https://github.com/zeplin/react-native-extension) to Zeplin 3) Go to Stylegude of the project 4)...
I scaffolded a project using `zem init` and now I want to use `npm start`, (ie: `zem start`) to have a hot-reloading plugin in Zeplin as I build. Unfortunately, "Reload...
I've updated zem to 0.4.4 in my extension, but my CI was failed with an error: ```bash Publishing extension failed: npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]:...
Extension authors cannot use `String.raw` or any other template string tags that accept unexpected escape sequences in babel v6. e.g. ``` Module build failed: SyntaxError: Invalid escape sequence in template...