Skip to content

Latest commit

 

History

History
43 lines (32 loc) · 1.49 KB

README.md

File metadata and controls

43 lines (32 loc) · 1.49 KB

Pecans

Pecans is an Electron Release Server.

Features

  • Download URLS
    • /download/latest
    • /download/latest/:os
    • /download/:version
    • /download/:version/:os
    • /download/channel/:channel
    • /download/channel/:channel/:os
  • Auto-updates with Squirrel
    • For Mac using Squirrel.Mac /update?version=<x.x.x>&platform=osx
      • /update/:platform/:version /update/channel/:channel/:platform/:version
    • For Windows using Squirrel.Windows and Nugets packages
      • /update/:platform/:version/RELEASES
      • /update/channel/:channel/:platform/:version/RELEASES
  • GitHub Release Integration
  • GitHub Private Repository Hosted Releases
  • GitHub Release Webhook to keep releases up-to-date.
  • Release Channels (beta, alpha, ...)
  • Express App (composable)
  • Release Noted API, /notes/:version
  • Atom/RSS feeds for versions/channels

Deploy it / Start it

Follow our guide to deploy Pecans.

Auto-updater / Squirrel

This server provides an endpoint for Squirrel auto-updater, it supports both OS X and Windows.

Documentation

Check out the documentation for more details.

Acknowledgements