Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/timdavish/fml-cli

A cli for serving fml stories to your terminal.
https://github.com/timdavish/fml-cli

cli fml

Last synced: about 2 months ago
JSON representation

A cli for serving fml stories to your terminal.

Awesome Lists containing this project

README

        

# FML CLI [![travis][travis]][travis-url]

A cli for serving [fml](http://www.fmylife.com/) stories to your terminal.

## Install

```bash
$ npm install -g fml-cli
```

## Usage

```
$ fml --help

Usage
fml [command] [option]

The command argument is optional. If no command is provided,
then the random command will be run by default.

Commands
random Serve random fml
top Serve top fml

Options
--search, -s Add search term
--version, -v Print version
--help, -h Print help

Examples
fml # Print random fml
fml top # Print top fml
fml -s meme # Print searched fml
```

[travis]: https://travis-ci.org/timdavish/fml-cli.svg
[travis-url]: https://travis-ci.org/timdavish/fml-cli