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

https://github.com/marvin-js/marvin-plugin-cowsay

:cow: The first plugin for https://github.com/marvin-js/marvin
https://github.com/marvin-js/marvin-plugin-cowsay

automation cowsay javascript marvin marvin-cowsay nodejs plugin script workflow

Last synced: 2 months ago
JSON representation

:cow: The first plugin for https://github.com/marvin-js/marvin

Awesome Lists containing this project

README

          

# marvin-plugin-cowsay

The first plugin for [Marvin](https://github.com/marvin-js/marvin)

# Contents

- [Install](#install)
- [Usage](#usage)

## Install

With yarn:

```
yarn global add marvin-cowsay
````

With npm:

```
npm install marvin-cowsay --global
```

## Usage

```
// .marvin on project folder

cowsay hello world
```

MIT © [Carlos Alexandre Fuechter](https://github.com/alexandref93)