# cow-foo

> A toy cow to help demo code.

Latest version **1.0.0** (published 2017-07-19) · ISC license · 0 weekly downloads

## Install

```sh
npm install cow-foo
pnpm add cow-foo
yarn add cow-foo
bun add cow-foo
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2017-07-19 |
| First published | 2017-07-19 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Doug Beck |
| Maintainers | beck |
| Keywords | test, demo, foo, cow, toy |

## Links

- npm: https://www.npmjs.com/package/cow-foo
- Repository: https://github.com/beck/cow-foo
- Homepage: https://github.com/beck/cow-foo#readme
- Issues: https://github.com/beck/cow-foo/issues
- npm.io page: https://npm.io/package/cow-foo

## Alternatives

- [duck](https://npm.io/package/duck.md) — 4.2M weekly downloads
- [ava](https://npm.io/package/ava.md) — 560.2K weekly downloads
- [storybook-addon-module-mock](https://npm.io/package/storybook-addon-module-mock.md) — 71.7K weekly downloads
- [vest](https://npm.io/package/vest.md) — 50.1K weekly downloads
- [@ethereum-waffle/mock-contract](https://npm.io/package/@ethereum-waffle/mock-contract.md) — 40.0K weekly downloads

## Recent versions

- 1.0.0 (latest) — 2017-07-19

## README

# cow-foo

A toy cow to help demo code.

## Example

```
const Cow = require('cow-foo/cow');
const feedCow = require('cow-foo/feed-cow');

const cow = new Cow();
console.log(cow.name)
> 'Bessie'

feedCow(cow, () => console.log('Done!'));
> Feeding Bessie...
> Done!
```

# Tests

```
npm test
```

---
_Source: https://npm.io/package/cow-foo · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
