Forrest logo
back to context overview

p5

List of commands for p5:

  • p5:tldr:29864 p5: Generate a new p5 project (should be run from collection directory).
    $ p5 generate ${project_name}
    try on your machine
    explain this command
  • p5:tldr:bc61f p5: Create a new p5 collection.
    $ p5 new ${collection_name}
    try on your machine
    explain this command
  • p5:tldr:d1ef7 p5: Update libraries to their latest versions.
    $ p5 update
    try on your machine
    explain this command
back to context overview