Paclet Development Resources

This document contains links to learning resources useful to anyone intending to develop a Wolfram paclet. A paclet is a bundle of files that extend the Wolfram System with new functionality. A typical paclet contains Wolfram Language source code, documentation, and often data files or front end features like new Palettes.
Paclets can be shared or downloaded from the Wolfram Paclet Repository (paclets.com).

Wolfram Language Documentation

◼
  • Paclets Overview
  • ◼
  • Creating Paclets Tutorial
  • ◼
  • Creating Paclets for the Wolfram Paclet Repository
  • ◼
  • PacletTools' Guide
  • ◼
  • Setting up Wolfram Language Packages
  • ◼
  • This resources describes how to structure .wl package files
  • Wolfram Technology Conference Presentations

    ◼
  • WTC 2021: Paclet Development, by Connor Gray
  • ◼
  • WTC 2021: Authoring Paclet Documentation, by Brian Van Vertloo
  • ◼
  • WTC 2021: Paclets and the Wolfram Paclet Repository, by Todd Gayley and Bob Sandheinrich
  • Other

    ◼
  • Wolfram Paclet Repository ( https://paclets.com )
  • ◼
  • StackOverflow answer about paclet development