An open API service indexing awesome lists of open source software.

https://github.com/simbo/foo-cli

My just-for-fun terminal app.
https://github.com/simbo/foo-cli

Last synced: over 1 year ago
JSON representation

My just-for-fun terminal app.

Awesome Lists containing this project

README

          

foo-cli
=======

> My just-for-fun command-line app.

[![npm package version](https://img.shields.io/npm/v/@simbo/foo-cli.svg?style=flat-square)](https://www.npmjs.com/package/@simbo/foo-cli)
[![Travis CI build status](https://travis-ci.org/simbo/foo-cli.svg?branch=master)](https://travis-ci.org/simbo/foo-cli/builds)

---

## About

This is a fun project to explore some terminal features.

It creates a colored, movable *Foo*:

![Foo Demo](./screenshot.png)

And that's pretty much all it can do *show* at the moment.

## Installation

[`@simbo/foo-cli`](https://www.npmjs.com/package/@simbo/foo-cli)
is a public user-scoped npm package.

``` sh
npm install --global @simbo/foo-cli
```

## Usage

Simply run `foo` in your terminal.

``` sh
foo
```

## License

[MIT © 2018 Simon Lepel](http://simbo.mit-license.org/)