-
Given a command file `test.js` containing:
```
export function foo(){}
export function bar(){}
```
the output will be:
```
Object.defineProperty(exports, '__esModule', { value: true });
…
-
Would be curious to hear your opinions on implementing a `watch` command. My initial thoughts for the workflow would be:
1. Within an initialized project, run the `skpm watch` command
2. `skpm` wo…
-
Something I find myself doing _constantly_ is
`tail -f ~/Library/Logs/com.bohemiancoding.sketch3/Plugin\ Output.log`
Sometimes this file gets trashed (why?), so you have to do
`touch ~/Library/Lo…
-
**Expected behavior:**
`/examples/profile-cards-graphql` when installed, executes correctly.
**Observed behavior:**
in Console.app:
**How to reproduce:**
```
cd ~/examples/profile-…
-
👋 Hello! Thanks for contributing. Please use the template that matches your intention
_I am... Developer_
| ------------------------------------------------------------------------------------…
-
I'm using the latest version of Sketch Beta...
When running `npm run render`
I receive the following error
`pm ERR! argv “/usr/local/bin/node” “/usr/local/bin/npm” “run” “dev”
npm ERR! node …
-
I installed skpm on my personal laptop without any issues, but cant install it on my work laptop. Attached the log file. Any thoughts on how to get around this?
[npm-debug.log.zip](https://github.com…
-
On every save the Sketch window gets active, while the editor loses focus.
**Expected behavior:**
Would be nice if the focus would stay in the text editor, also after saving.
**Observed behav…
-
👋 Hello! Thanks for contributing. Please use the template that matches your intention
I am running `npm run render` inside one of the examples folder. Every time I get an error in terminal.
![im…
-
Hey :)
First of all, thanks for this cool stuff!
But I faced with problem when I tried to use quickstart guide.
Actually now if we download sketch (https://www.sketchapp.com/)
default app name …