GitXplorerGitXplorer
j

add-sketch-assistant

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
1823dc922be2e71c4439741aa799463ba28354d6

install-assistant is now add-assistant

jjedrichards committed 5 years ago
Verified
e8782da861e201a0532025063184d4474ee1be78

Merge pull request #1 from jedrichards/feat/version-query-param

jjedrichards committed 5 years ago
Unverified
5170dbbb83674fb1a1345558da647d58c862d62a

feat: add version param

jjedrichards committed 5 years ago
Unverified
877426d81a445677ec697d14a9be490ed36a27cd

chore: update

jjedrichards committed 5 years ago
Unverified
04d2d4c7fc7a1d66094e2d79df48e504b511123d

chore: update

jjedrichards committed 5 years ago
Unverified
fcb8469a106dfc697856ab27aab78554b7b50f8c

Merge branch 'master' of github.com:jedrichards/add-sketch-assistant

jjedrichards committed 5 years ago

README

The README file for this repository.

add-sketch-assistant

Sketch Assistant one-click install web service.

Currently deployed to https://add-sketch-assistant.now.sh/api/main

What does it do?

Resolves a full npm tarball url using the npm API, and then redirects to the sketch:// protocol url in order to add the package as an Assistant to Sketch.

Query parameters

  • pkg
    • npm package name
    • Required
  • tag
    • npm distribution tag
    • Defaults to latest
  • version
    • Pin to a specific version
    • If present, tag value is ignored
  • variant
    • Sketch release variant
    • Must be one of public, beta, private, internal, experimental or xcode
    • Defaults to pubic