**Note: The idea for this is based on a combination of PsGet, http://psget.net/ and SublimeText Package Control, https://sublime.wbond.net/ **
- Easy install via powershell
(new-object Net.WebClient).DownloadString("http://ClarionHub.com/GetCwGet.ps1") | iex
Proposed commands:
-
cwpackage-install
-
cwpackage-update
-
cwpackage-remove
-
cwpackage-list
-
Available packages appear on the powershell tab completion list after typing the command or via cwpackage-list
-
Install/Update/Remove packages either in the current directory or by specifying a path parameter
-
It would be nice to support packages in sub folders via redirection files with relative paths but there seems to be a bug in the clarion project/build system... still working on that. It may be necessary to manage a more complicated RED file but that is also possible!