mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-26 15:53:05 +00:00
Update cheatsheets
This commit is contained in:
33
projucer
Normal file
33
projucer
Normal file
@@ -0,0 +1,33 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# Projucer
|
||||
|
||||
> A project manager for JUCE framework applications.
|
||||
> More information: <https://juce.com/discover/stories/projucer-manual#10.4-command-line-tools>.
|
||||
|
||||
- Display information about a project:
|
||||
|
||||
`Projucer --status {{path/to/project_file}}`
|
||||
|
||||
- Resave all files and resources in a project:
|
||||
|
||||
`Projucer --resave {{path/to/project_file}}`
|
||||
|
||||
- Update the version number in a project:
|
||||
|
||||
`Projucer --set-version {{version_number}} {{path/to/project_file}}`
|
||||
|
||||
- Generate a JUCE project from a PIP file:
|
||||
|
||||
`Projucer --create-project-from-pip {{path/to/PIP}} {{path/to/output}}`
|
||||
|
||||
- Remove all JUCE-style comments (`//=====`, `//-----` or `///////`):
|
||||
|
||||
`Projucer --tidy-divider-comments {{path/to/target_folder}}`
|
||||
|
||||
- Display help:
|
||||
|
||||
`Projucer --help`
|
||||
Reference in New Issue
Block a user