placecode run

Run a placecode project at creation


When you run the placecode run command, the following actions take place:

  1. Code Block Processing: Code blocks that belong to the selected features are included in your project, while code blocks related to unselected features are temporarily commented out. This ensures that only the relevant code is executed, making the development process efficient and focused.
  2. File and Folder Handling: Files and folders associated with the selected features are included in your project. On the other hand, files and folders related to unselected features are moved to a temporary folder inside the .placecode directory. This organization prevents clutter in your project and ensures that only the necessary files and folders are present and executed.

With the placecode run command, the comment markers within your codebase are assessed for their validity and the placecode.json file undergoes validation to ensure adherence to defined standards.

Usage

placecode run