Giter VIP home page Giter VIP logo

gitunpacker's Introduction

GitUnpacker

icon

Simple tool to auto-convert repoName.git directories to actual repositories.

Icon is made by Pixel perfect from FlatIcon.

Build status Actions Status

Current version

Current stable can be found here: Release.

Information about changes since previous releases can be found in changelog. This project supports SemVer 2.0.0 (template is {MAJOR}.{MINOR}.{PATCH}.{BUILD}).

Previous versions can be found on releases and branches pages.

Requirements

  • Git โ€“ 2.23.0 or later

Build

Project is built in VS2019 (16.4.1+), but can also be built in VSCode (1.40.2+) with omnisharp-vscode (1.21.8+) extension. Build requirements are libs dependencies and .NET Core 3.1 SDK.

The Release build is made by Publish.ps1 script. Take a look at it in the repo. Note, that running this script requires installed PowerShell or PowerShell Core for Linux/OSX systems.

Dependencies

Usage

Short Long Description Required?
-i --input Full path to input directory Yes
-o --output Full path to output directory Yes
--threads Threads count No
--version Current version
--help Message about command line options

-i/--input is a string, representing full path to input directory. Directory should contain authors directories, and actual repoName.git directories in them.

-o/--output is a string, representing full path to ready output directory, where usual repos will be cloned.

--threads is a int, representing threads count.

Simple example looks like this: ./GitUnpacker -i "../Input" -o "../Output".

See Start.ps1 for automating the work. Note, that running this script requires installed PowerShell or PowerShell Core for Linux/OSX systems.

Localization

Localizable strings are located in Localization/Strings.resx file. You can add your translation (e.g. added Strings.Ru.resx file) and create pull request.

Currently, application is available on English and Russian languages.

Contributing

Feel free to contribute, make forks, change some code, add issues, etc.

gitunpacker's People

Contributors

gigas002 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.