Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 1 month ago
JSON representation
A cli for serving fml stories to your terminal.
- Host: GitHub
- URL: https://github.com/timdavish/fml-cli
- Owner: timdavish
- License: mit
- Created: 2018-02-06T16:57:00.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-12T17:48:39.000Z (almost 7 years ago)
- Last Synced: 2024-10-12T16:53:16.338Z (2 months ago)
- Topics: cli, fml
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/fml-cli
- Size: 99.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 --helpUsage
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 fmlOptions
--search, -s Add search term
--version, -v Print version
--help, -h Print helpExamples
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