Coder Social home page Coder Social logo

gitmap's Introduction

gitmap

A coordinator for "mapping" git over multiple repositories. It is intended to coordinate with a build manager: currently, it supports only the Haskell 'stack'. By passing the -y option, gitmap can be directed to generate a stack.yaml from its own gitmap.yaml file, which contains slightly more information than it.

gitmap.yaml

To enable gitmap in a directory, place a file 'gitmap.yaml' with the following fields:

repositories: (mandatory)

This field contains a list of git repositories that gitmap is to manage. These entries have the following fields:

git-url: (mandatory)

This may be any URL acceptable to git, e.g. [email protected]:ryanreich/gitmap or https://github.com/ryanreich/gitmap.

extra-git-args: (optional)

This specifies arguments to git that are passed when it is run with various commands. It may contain a field for any git command (e.g. "clone", "pull", etc.), which itself may contain one or both of the fields

simple: (optional)

A single space-separated string of arguments. If an argument must contain spaces, then it should be in:

complex: (optional)

A list of option/value pairs, where the option is everything up to the first space and the value is everything else, spaces included.

extra-deps: (optional)

Exactly the same as the "extra-deps" field in stack.yaml. These fields, across all repositories, are concatenated into this field eventually.

flags: (optional)

This repository's "flags" entry in the stack.yaml.

global: (mandatory)

This contains settings that are not specific to individual repositories. All of these options are placed into stack.yaml and do not affect the behavior of gitmap. Any field that is valid in stack.yaml may occur here. Since at least a "resolver" is required, this section is also mandatory.

gitmap's People

Contributors

ryanreich avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.