GithubHelp home page GithubHelp logo

kinifi / gpkg Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 27.65 MB

An internal package manager for companies to keep their dev resources safe and easy to use

License: MIT License

JavaScript 100.00%

gpkg's Introduction

gpkg

gpkg Logo

a package manager that is more of a list of commands with a name. Onboarding new employees, or downloading repositories for people that aren't keen on command line can be simple as:

gpkg install newemployee

On the Database the newemployee package has the following information:

  • name: newemployee
  • password: empty (no one added password when it was created)
  • repourl: ssh://repourlgoeshere
  • command: git clone ssh://repourlgoeshere
  • summary: "Downloads the tools and information needed for new developers on Project X"

Just register a package with:

gpkg register

It will Prompt you with questions about the Name, Command To Run, Summary of what it does, and repourl if you are pulling a repository.


API:

  • help - outputs the list of commands
  • info - displays the overall information of the package including version Number
  • install - installs the command from the DB of that package name
  • register - registers a package with the database
  • uninstall - uninstalls a package from the gpkg.json file and the location its installed
  • unregister - unregisters a package with the database
  • testdb - used to test the database connection taken from the config file
  • version - checks the gpkg version

gpkg's People

Contributors

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