Coder Social home page Coder Social logo

cli's Introduction

cli

PyPI Documentation Status

Interactive CLI to store scripts into

Installation / Setup

Install this project from PyPI => pip3 install -U dogeek-cli

Once complete, the project should be installed, and the cli command should be available. You should run cli config reset at least once to initialize the global configuration file with the defaults.

Commands :

  • cli plugins install $plugin_name => install a plugin from the public registry
  • cli plugins upgrade => Upgrades all plugins to the latest version
  • cli config set $config_key $config_value => sets a configuration key/value pair

Plugins are installed in $XDG_CONFIG_HOME/cli/plugins. On Windows, they are installed in C:\Users\$USER\AppData\Roaming\cli\plugins.

Plugins can be as simple as plain python files, which export a typer.Typer instance. They can also be more complex and be whole python modules, in that case, the module's __init__.py file should export the typer.Typer instance.

Features

  • Extensible plugins system
  • Built-in configuration options
  • Included templating system (Mako)
  • Automatic setup for logging and state management
  • Public registry and publishing using asymmetric encryption for login in.
  • Easily implement plugins for the CLI, supporting features such as
    • .cliignore => .gitignore/.dockerignore like file which prevents files from being packaged when publishing
    • requirements.txt support

Planned features

  • Update checking for cli app
  • Handle plugins dependancy management cleanly
    • install in virtualenv ?
    • config file for plugins ? Or variable in plugins => on update read requirements
    • syntax : import mylib # v1.2.3 would be good I think
    • how to handle dir plugins ? => manifest file in directory ?

cli's People

Contributors

sbordeyne avatar

Watchers

 avatar

cli's Issues

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.