/electric-packages

The official electric package repository.

Primary LanguagePythonApache License 2.0Apache-2.0

Electric Packages

The official electric package repository. All manifests that electric can install are here.


Important: If you would like to suggest a package that you want to add to electric, make sure you post it at this issue

If you want to upload a package yourselves, make sure you go to https://www.electric.sh/request-package

Instructions

Commands:

Get a list of commands electric can execute by typing electric in your shell.

> electric
Electric Package Manager v1.0.0 Beta Build
Copyright (c) Electric Inc.

Usage: electric <command> [<options>]

Commands:
  Software Management
    * install
    * uninstall
    * update
    * bundle
  Explore Packages
    * list
    * search
    * show
  Configuration Development And Management
    * new
    * config
    * generate
    * sign
  Customization And Cleanup
    * settings
    * cleanup

Install A Package

electric install <package-name>

Uninstall A Package

electric uninstall <package-name>

Update A Package

electric update <package-name>