Giter VIP home page Giter VIP logo

ontology's Introduction

ontology

Tools for working with git + shell + emacs

Install

Instructions are purposely vague until the installer is done.

> git clone https://github.com/jimrenwick/ontology.git

# Add this to your bashrc:
# ONTOLOGY
export ONTOLOGY_HOME=$HOME/ontology-src
export GERRITIO_USER=$USER
export ONTOLOGY_ROOT=some-root
export ENVS=$ONTOLOGY_HOME/onts
function reload_ont {
  source $ONTOLOGY_HOME/lib/git-env.sh
  source $ONTOLOGY_HOME/lib/onts.sh
}
reload_ont
  • Add a file to $ENVS that has your NS() definitions in it.
  • Use gio_client to build a new git client definition.
  • pick

TODO

  • Still need to write an installer.

Background

The idea behind ontology is that most command line work looks the same, in that there is an editor for source code, some kind of build rules, some kind of source control, some series of deployment targets/process and some kind of tests. The tools that implement all of those things are likely different, but they all share the command line. By setting some variables according to known patterns, we can get disparate environments to behave in similar ways. Learn one way to work with many different things.

ontology's People

Contributors

jimrenwick avatar

Watchers

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