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
- Host: GitHub
- URL: https://github.com/marvin-js/marvin-plugin-cowsay
- Owner: marvin-js
- License: mit
- Created: 2018-03-08T19:45:03.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-20T01:27:36.000Z (over 7 years ago)
- Last Synced: 2025-05-20T02:50:41.111Z (5 months ago)
- Topics: automation, cowsay, javascript, marvin, marvin-cowsay, nodejs, plugin, script, workflow
- Language: JavaScript
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 foldercowsay hello world
```MIT © [Carlos Alexandre Fuechter](https://github.com/alexandref93)