cabage.el

A minimalist 'package' retriever - definitely not a package manager.

Pure Nim score 15/100 · last commit 2018-09-22 · 1 stars · tests present · no docs generated

Summary

Latest Version Unknown
License Unknown
CI Status Failing
Stars 1
Forks 0
Open Issues 0
Last Commit 2018-09-22
Downloads 0
Last Indexed 2026-09-07 07:46

Installation

nimble install cabage.el
choosenim install cabage.el
git clone https://gitlab.com/quan-na/cabage.el

OS Compatibility

Platform Linux macOS Windows FreeBSD OpenBSD NetBSD Android iOS WASM Embedded
cabage.el - - - - - - -

Source

Repository https://gitlab.com/quan-na/cabage.el
Homepage https://gitlab.com/quan-na/cabage.el
Registry Source gitlab

README

About Cabage

Cabage is a minimalist 'package' retriever - definitely not a package manager.

Installation

From source code

Copy cabage.el in to your load path, and load it.

(require 'cabage)

Or in case you don't want to

Just copy the code and paste into your .emacs or init.el.

Usage

  • Please make sure git is installed.
  • Simply do this to get the package you want:

(get-cabage "dash" "https://github.com/magnars/dash.el.git")

  • Or in case it is a theme:

(get-cabage "gruvbox-theme" "https://github.com/greduan/emacs-theme-gruvbox.git" t)

Cautions:

  • the package name is the file that will be loaded, in above case dash.el must exist in repository root.
  • the dependency is not resolved, you will have to do it yourself.

License

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.