foomo / posh

Project Oriented Shell (posh)

Home Page:https://www.foomo.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project Oriented SHELL (posh)

Build Status Go Report Card Coverage Status GoDoc

think of posh as an interactive and hackable Makefile

Installing

Install the latest release of the cli:

$ brew update
$ brew install foomo/tap/posh

Usage

To start using posh, go into your project and run:

$ cd your/project
$ posh init

This will generate the standard layout for posh which can be changed as required through .posh.yml.

Once initialized you can start posh through:

$ make shell

How to Contribute

Make a pull request...

License

Distributed under MIT License, please see license file within the code for more details.

About

Project Oriented Shell (posh)

https://www.foomo.org

License:MIT License


Languages

Language:Go 95.9%Language:Makefile 3.9%Language:Shell 0.1%