Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 644 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 644 Bytes

PacletCICD-Examples-Sample

This is a sample Paclet used for PacletCICD documentation examples. This Paclet is meant to demonstrate basic CI/CD workflows for typical Paclet layouts.

A local copy can be retrieved in Wolfram Language using the following steps.

Install the PacletCICD Paclet:

PacletInstall[ResourceObject["Wolfram/PacletCICD"]]

Load the necessary context:

Needs["Wolfram`PacletCICD`"]

Get a directory containing this repository's source code:

ExampleDirectory["Sample"]