Julia Development Workflow
Set up a complete Julia development workflow with project activation, dependency installation, and Revise.jl hot-reloading.
Arguments
path- Path to the project directory (default: current directory ".")
Instructions
Execute these steps in sequence:
-
Activate the project:
activate(path="<path>") -
Install dependencies:
pkg(action="instantiate") -
Load the package (if it's a Julia package with `src/<P
[Description truncada. Veja o README completo no GitHub.]