This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* eslint strict: 0 */ | |
'use strict'; | |
const electron = require('electron') | |
const { | |
app, | |
dialog, | |
autoUpdater, | |
protocol, | |
Menu, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "@hvpandya's Library", | |
"schema_version": "0.1.0", | |
"locked": false, | |
"plugins": { | |
"AnimaApp/auto-layout": { | |
"name": "auto-layout", | |
"owner": "AnimaApp", | |
"version": "0.2.3", | |
"version_range": [ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "Anyi Sun's Sketchpack", | |
"schema_version": "0.1.0", | |
"locked": false, | |
"plugins": { | |
"keremciu/sketch-iconfont": { | |
"name": "sketch-iconfont", | |
"owner": "keremciu", | |
"version": "4.5.1", | |
"version_range": [ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "Adam Kirkwood's SKetchpack", | |
"schema_version": "0.1.0", | |
"locked": false, | |
"plugins": { | |
"AnimaApp/auto-layout": { | |
"name": "auto-layout", | |
"owner": "AnimaApp", | |
"version": "0.2.3", | |
"version_range": [ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ... snip ... | |
VERSION=$(node -e “console.log(require(‘./package.json’).version);”) | |
RELEASE_VERSION=”v$VERSION” | |
VERSIONED_SKETCHFILENAME=`$BASEFILENAME-$RELEASE_VERSION.$EXTENSIONNAME` | |
cp ./$SKETCHFILE ./archive/$VERSIONED_SKETCHFILENAME | |
# ... snip ... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ... snip ... | |
npm version $1 — no-git-tag-version -m “” | |
# ... snip ... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ... snip ... | |
sketchtool export artboards — output=$(pwd)/screenshots — formats=jpg — overwriting=yes $SKETCHFILE | |
# ... snip ... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ... snip ... | |
git commit -am "add screenshots for $RELEASE_VERSION" | |
git tag -a $RELEASE_VERSION -m "Release $RELEASE_VERSION" | |
git push origin $RELEASE_VERSION | |
# ... snip ... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
BASEFILENAME=API-Connect-Patterns | |
EXTENSIONNAME=sketch | |
SKETCHFILE=`$BASEFILENAME.$EXTENSIONNAME` | |
CURRENT_BRANCH=$(git symbolic-ref --short -q HEAD) | |
CURRENT_VERSION=$(node -e "console.log(require('./package.json').version);") | |
# Prevent cutting releases from master branch |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'.source.ruby': | |
'Model class structure': | |
'prefix': '#==' | |
'body': ''' | |
# == Constants ============================================================ | |
# == Attributes =========================================================== | |
# == Extensions =========================================================== |
NewerOlder