Code Monkey home page Code Monkey logo

inv-public-repo's Introduction

TiteCan INV Repository - Public Intertwined network valuables artefacts

inv-repo is a repository of public implementations usable by INV.
INV is located at https://github.com/peasoupio/inv.

How to use

With a href file (for Composer):

An href file indicate to Composer to reference an remote REPO file.
The reference has to be reachable with the HTTP(s) protocol.
An example for the file .../hrefs/public.net.http.href: https://raw.githubusercontent.com/peasoupio/inv-public-repo/master/net/http/repo.yml

With a repo statement:

A repo statement can be found in a INV file.
An example:
repo "https://raw.githubusercontent.com/peasoupio/inv-public-repo/master/net/http/repo.yml"

IMPORTANT: It creates a strong relationship with this repository.

With a CLI command:

This is used mainly to inspect the content of a REPO manually.
An example:
inv repo get -r https://raw.githubusercontent.com/peasoupio/inv-public-repo/master/net/http/repo.yml

Available implementations

io/
    files/
    templates/
    logger/
net/
    http/     
    ssh/  
os/
    exec/  
    info/
    pkg/
tools/
    maven/
    docker/
    kubernetes/
    

How to contribute

Here's a scemantic representation of the targeted file structure:

{physical device}/
    {protocol or structure}/
        src/
            // Groovy class files, p.e "MyClass.groovy"
        test/
            // Groovy test class files, p.e "MyTest.groovy"
        vars/
            // INV files, p.e "inv.groovy"
        resources/
            main/
                // Any type of files
            test/
                // Any type of test files
        
        scm.groovy (or .yml, .yaml)
          
tools/
    {tool's name}/
        src/
            // Groovy class files, p.e "MyClass.groovy"
        test/
            // Groovy test class files, p.e "MyTest.groovy"
        vars/
            // INV files, p.e "inv.groovy"
        resources/
            main/
                // Any type of files
            test/
                // Any type of test files
        
        scm.groovy (or .yml, .yaml)

.groovy and .yaml are both supported

inv-public-repo's People

Contributors

benjboyer avatar

Watchers

 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.