Giter Club home page Giter Club logo

alpacka's Introduction

Alpacka

Rust-powered Neovim package manager

Features

  • Blazingly fast Installs. Uses libgit2 directly rather than the git CLI.
  • Runs in parallel. Uses rayon to run installs in parallel.
  • Lockfile interface. "packages.json" contain all packages to be installed, with frontends being able to generate them. (No frontends yet)
  • Cache old versions of lockfiles into a file. This allows for fast rollbacks, as we just look at the previous lockfile's output.
  • Extremely fast rollbacks. Usually < 1 second as no resolvers are run.
  • CLI to install and inspect packages.

TODO

  • Local packages
  • Frontends (Neovim frontend, CLI frontend, etc)
  • Patches
  • Uninstalling packages (Currently they are just deleted from the lockfile, but not from the filesystem)
  • Luarocks support
  • Lazy loading though Neovim frontend
  • Installing/managing neovim versions through the CLI frontend
  • Updating packages through the CLI frontend, incrementing the generation in the lockfile and installing e.g new commit of a branch
  • Conventional commits; Detect breaking changes in installed packages and warn the user.
  • Nvim pack spec support

alpacka's People

Contributors

shaunsingh avatar suyashtnt avatar zackartz 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.