Skip to content

foomo/posh

Repository files navigation

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.