# jscow

> jsCow - Javascript Component Framework

Latest version **2.0.6** (published 2017-07-10) · GPL-3.0+ license · 0 weekly downloads

## Install

```sh
npm install jscow
pnpm add jscow
yarn add jscow
bun add jscow
```

## 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 | 2.0.6 |
| Published | 2017-07-10 |
| First published | 2015-11-15 |
| Weekly downloads | 0 |
| License | GPL-3.0+ |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 5 |
| Author | Mario Linz |
| Maintainers | gelight |
| Keywords | jsCow, javascript, browser, library |

## Links

- npm: https://www.npmjs.com/package/jscow
- Repository: https://github.com/jsCow/jsCow
- Homepage: https://github.com/jsCow/jsCow#readme
- Issues: https://github.com/jsCow/jsCow/issues
- npm.io page: https://npm.io/package/jscow

## Dependencies (1)

- [jquery](https://npm.io/package/jquery.md) ^3.1.0

## Alternatives

- [@opentelemetry/exporter-zipkin](https://npm.io/package/@opentelemetry/exporter-zipkin.md) — 14.8M weekly downloads
- [pusher-js](https://npm.io/package/pusher-js.md) — 2.0M weekly downloads
- [browserify](https://npm.io/package/browserify.md) — 1.7M weekly downloads
- [sqs-consumer](https://npm.io/package/sqs-consumer.md) — 1.7M weekly downloads
- [@sanity/eventsource](https://npm.io/package/@sanity/eventsource.md) — 930.8K weekly downloads

## Recent versions

- 2.0.6 (latest) — 2017-07-10
- 2.0.5 — 2016-10-16
- 2.0.4 — 2016-03-08
- 2.0.3 — 2016-01-30
- 2.0.2 — 2016-01-25
- 2.0.1 — 2016-01-07
- 2.0.0 — 2015-11-15

## README

==========================================================

# The jsCow framework is not longer in development and is no longer supported.
# Please use the last stable version 2.0.4 of jsCow.
# For questions you can still write a message or an email. I will try to help you but it's not possible for me to fix any bugs.

# Feel free to use or change it.

==========================================================

# jscow
Provides the jscow component framework.

## Install

```sh
npm install
```

## Build

```sh
grunt
```

## Dependencies

`jscow` needs the following libraries:

* [grunt](https://www.npmjs.com/package/grunt) The JavaScript Task Runner - node package for development
* [grunt-cli](https://www.npmjs.com/package/grunt-cli) Grunt command line interface - node package for development
* [jsCow](https://github.com/jsCow/jsCow) The core of the jsCow Component Frmework

The following grunt packages will be automatically installed with 'npm install'

* grunt
* grunt-cli
* grunt-contrib-clean
* grunt-contrib-less
* grunt-contrib-copy
* grunt-contrib-watch
* grunt-contrib-uglify
* grunt-contrib-compress
* grunt-contrib-concat
* grunt-contrib-yuidoc
* grunt-contrib-jshint
* jquery
* bootstrap
* font-awesome

## License

`jscow` is licensed under the GNU GPL.

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