Giter VIP home page Giter VIP logo

dbo-get's Introduction

dbo-get

dbo-get is a command-line utility similar to apt-get, used to retrieve and manage artifacts ("packages") from dev.bukkit.org. Projects are uniquely identified via their URL slug (for technical reasons).

Installation

Coming soon. A Windows installer and deb package will be made available on initial release, possibly alongside an rpm package.

Building

On *nix systems, simply run make in the project directory. gcc 4.8 or higher is recommended. Note that on Debian, additional dependency packages must be installed, which may be done via the included prereqs script. The build has not been tested on any other distributions.

On Windows, Visual Studio or MSBuild >=14.0 must be installed. Additionally, curl.lib, ssh2.lib, zlib.lib, ssl.lib, and jsoncpp.lib (and/or their respective debug configuration counterparts) must be available on the library search path. To build, simply open the solution in the IDE and build it, or run msbuild from the command line in the project directory.

Usage

dbo-get has the following subcommands:

Command Description
store <location> Sets the current location for storing packages. Each store has its own unique local index.
install <projects>... Installs the given projects to disk.
upgrade Attempts to upgrade installed projects.
remove <projects>... Attempts to remove the given projects from disk.
help [command] Displays help information for a given command, or for all commands and flags if no additional parameter is passed.

dbo-get's People

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

dbo-get's Issues

General 1.0 Progress

This issue contains a list of tasks which must be completed prior to the release of version 1.0.

  • Release first alpha
    • Implement store index files
    • Implement project removal
    • Implement use of intermediate directory for download cache
    • Implement version detection/comparison
    • Implement dialog summarizing staged changes
    • Handle input in a cleaner way
    • Implement upgrade command
    • Implement help command
  • Release second alpha
    • Implement file checksum verification
    • Handle extraction of archives
    • Handle command line flags
      • -v (--verbose)
      • -q (--quiet)
      • -u (--force-update)
  • Release third alpha
    • Handle non-2xx status codes
    • Gracefully handle malformed JSON data
    • Handle project stages
    • Handle remaining command line flags
      • -f (--force (dependent on project stage thing))
  • Release fourth alpha
    • Gracefully handle invalid store locations
    • Gracefully handle file name collisions
    • Make project installation fully atomic
  • Release 1.0
    • Create Debian installer
    • Create Windows installer

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.