mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-08 22:53:46 +02:00
p5:add page (#1788)
This commit is contained in:
parent
9eb1e4f686
commit
d4c84cd951
1 changed files with 19 additions and 0 deletions
19
pages/common/p5.md
Normal file
19
pages/common/p5.md
Normal file
|
@ -0,0 +1,19 @@
|
|||
# p5
|
||||
|
||||
> P5js template builder and sketch manager.
|
||||
|
||||
- Create a new p5 collection:
|
||||
|
||||
`p5 new {{collection_name}}`
|
||||
|
||||
- Generate a new p5 project (should be run from collection directory):
|
||||
|
||||
`p5 generate {{project_name}}`
|
||||
|
||||
- Run the p5 manager server:
|
||||
|
||||
`p5 server`
|
||||
|
||||
- Update libraries to their latest versions:
|
||||
|
||||
`p5 update`
|
Loading…
Add table
Reference in a new issue