Code Monkey home page Code Monkey logo

oi-go's Introduction

Oi

Build Status

A CLI tool for automating development tasks.

Design

Oi's command-line interface is structured like that of Git. After the initial oi command follows the name of a module, and after that is an action to perform on the module. Options can be specified at any point after the oi command.

Plugins

Oi is designed to be a framework with which modular, extensible CLI tools can be built. Using Hashicorp's go-plugin library, Oi scans for plugins that define modules, each of which registers its own command and associated actions. New project-specific tools can then be built by aggregating the commands for existing tools, and extending them for particular use cases.

Creating a Plugin

An Oi plugin is a Go program that implements a go-plugin Server.

TODO(orlade): More details.

Components

oi/cli builds the main oi command. Most development automation will be implemented as plugins, so the Oi CLI exposes those plugins through a consistent user interface.

The files in the root of the oi repository make up the Oi core library, mainly specifying and invoking plugins.

oi-go's People

Contributors

orlade avatar

Watchers

James Cloos 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.