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.
- Host: GitHub
- URL: https://github.com/simbo/foo-cli
- Owner: simbo
- License: mit
- Created: 2018-05-31T12:13:25.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-31T14:56:56.000Z (about 8 years ago)
- Last Synced: 2025-01-21T09:09:15.191Z (over 1 year ago)
- Language: JavaScript
- Size: 43.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
foo-cli
=======
> My just-for-fun command-line app.
[](https://www.npmjs.com/package/@simbo/foo-cli)
[](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*:

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/)