/PacletServer

A paclet server for Mathematica

Primary LanguageJavaScript

Paclet Server

This is a Mathematica paclet server. It hosts paclets that can be installed locally.


Installing a paclet

To install a paclet from this repository all you need to do is run

 Needs["PacletManager`"]; 
 PacletInstall[
 paclet_name,
 "Site"->
  "http://raw.githubusercontent.com/paclets/PacletServer/master"
 ]

Contributing a paclet

If you want to add a paclet to the repository, simply clone this repository, add your paclet to the ToAdd folder and then submit a pull request.

You can submit your own paclet shingle by providing a Markdown notebook like those that are already in the content directory. If you don't provide a notebook one will be automatically generated from the metadata in your PacletInfo.m file. A good example of a well-written PacletInfo.m can be found here . The extra parameters the site generator uses can be found here .


The idea behind this is described in detail in this blog post . You can find when the last build was by looking at the BuildInfo.m file.