Pudu programming language
Menu
Packages

Build with what the community shares.

Read the source and documentation of published Pudu packages, then add a release to your project with one command.

Nothing here yet

The first packages are on their way

A Pudu package is a GitHub repository with a pudu.toml. Publishing one takes three commands from its directory.

  1. 1

    Name it after its repository

    name = "@owner/repo"
  2. 2

    Sign in with GitHub

    pudu login
  3. 3

    Tag and publish a release

    pudu release 0.1.0

Read how packages workPublishing a package