Skip to content

A python script for sourcing libraries into a project.

License

Notifications You must be signed in to change notification settings

SmarterDM/Sourcer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Sourcer

A python script for sourcing libraries into a project. This project is currently in very earlier stages and only provides basic support for git repositories.

sourcer.json

This file is used to inform the sourcer program how to obtain your libraries.

Here is an example:

{
  "sourcer-version": 0.1,
  "target": "lib/",
  "libraries": {
    "Snooze": {
      "type": "git",
      "url": "https://github.com/duff2013/Snooze",
      "branch": "v5.5"
    },
    "i2c": {
      "type": "git",
      "url": "https://github.com/nox771/i2c_t3",
      "branch": "v8.0"
    }
  }
}

About

A python script for sourcing libraries into a project.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages