Skip to content

garbagemza/dependency-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cdcheck

cdcheck

A dependency checker and resolver for C / C++ repositories.

dependencies

You need the following software installed on your machine:

  • git for downloading other dependencies.

build

go build -v ./...

cdcheck is created for you.

run

This tool is intended for use with command line on global scope

Put this binary on your bin/ directory for use.

usage

  1. cd YourWorkingDir
  2. Create build.yaml file. Here's an example of a build.yaml file
dependencies:
  - name: rnd
    type: Library
    repository: "https://github.com/garbagemza/rnd.git"
    version: 0.0.1
  1. dependencies list must contain all objects you want to download.
  • name name of the dependency.
  • type type of dependency. Library is the only valid type.
  • repository full path of the git repository to clone.
  • version tag version to download.
  1. Save build.yaml file.
  2. Run cdcheck
  3. cdcheck will create the following directories for you:

build > dependencies > rnd > All rnd directories and files from repository's version 0.0.1

About

A dependency checker and resolver for C / C++ repositories

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages