Skip to content

Instantly share code, notes, and snippets.

@fushnisoft
Created October 7, 2013 14:47
Show Gist options
  • Select an option

  • Save fushnisoft/6869233 to your computer and use it in GitHub Desktop.

Select an option

Save fushnisoft/6869233 to your computer and use it in GitHub Desktop.
Proposal for a Clarion package manager. Possible names: CWGe, CWPackageManager, CWPackage, ClarionGet ?

**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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment