Skip to content
Blueberry edited this page Mar 31, 2015 · 4 revisions

GitHub Installer

Easily install projects from GitHub


install(username, repo, branch, path, exclude)

Params:
Username - GitHub username
Repo - GitHub repo name
Branch - Github branch (default "master")
Path - Local install path (default "/")
Exclude - Table containing the relative path of folders/files to exclude

eg: install("blueberrys", "cc-blue-api", "master", "blue-api", {"README.md"})

Content:

  • API's:
  • [b_api] (b_api)
  • [b_files] (b_files)
  • [b_git] (b_git)
  • [b_http] (b_http)
  • [b_io] (b_io)
  • [b_startup] (b_startup)
  • [b_update] (b_update)

Clone this wiki locally