Compendium.P 1.0.0

dotnet new install Compendium.P::1.0.0
                    
This package contains a .NET Template Package you can call from the shell/command line.

P Project

This dotnet template will set up a new P project with all of the required files and optional recommended practices.

Getting Started

This template can be used to create a new P project in your repository.

dotnet new

To set up a new p project using the dotnet tempate run the following command

dotnet new pproj --modelName <name>

Quickstart

p compile
p check

Template

The template will create the following folder structure:

.
├── .gitignore
├── <model>.pproj
├── README.md
├── PSpec/
│   ├── NewHostGreet.p
├── PSrc/
│   ├── Greet.p
│   ├── Host.p
│   ├── HostModule.p
├── PTest/
│   ├── TestDriver.p
│   ├── TestScript.p

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.0 232 2/12/2026