Julia Package Management
Manage Julia packages in the current environment.
Arguments
action- One of: add, rm, status, update, instantiate, resolve, test, develop, freepackages- Package names or paths (required for add/rm/develop/free, optional for update/test)
Instructions
Parse the user's arguments to determine the action and packages:
| User Input | Action | Packages |
|---|---|---|
add JSON | add | JSON |
add JSON DataFrames CSV | add | JS |
[Description truncada. Veja o README completo no GitHub.]