# guru-js-lib

> Simple set of polyfills and helper methods/classes we use in our web development projects.

Latest version **0.0.6** (published 2017-04-17) · 0 weekly downloads

## Install

```sh
npm install guru-js-lib
pnpm add guru-js-lib
yarn add guru-js-lib
bun add guru-js-lib
```

## Health

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

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; low quality score; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.6 |
| Published | 2017-04-17 |
| First published | 2017-04-17 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >= 0.10.0 |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Corey Sewell |
| Maintainers | gurudigital |

## Links

- npm: https://www.npmjs.com/package/guru-js-lib
- Repository: https://github.com/guru-digital/guru-js-lib
- Issues: https://github.com/guru-digital/guru-js-lib/issues
- npm.io page: https://npm.io/package/guru-js-lib

## Recent versions

- 0.0.6 (latest) — 2017-04-17

## README

# Guru Digital JavaScript Library

Simple set of polyfills and helper methods/classes we use in our web development projects.

## Requirements </sub>
 * None

## Installation
Installation with [Bower](http://bower.io/) is the preferred method.
```shell
cd /your/project/folder
bower require guru-js-lib
```
or   
Download the [the zip](../../archive/master.zip). 
Extract `guru-js-lib-master/dist/lib.min.js` to your project

Once the files are installed, include the JS file in your project
```html
<script src="bower_components/guru-js-lib/dist/lib.min.js"></script>
```

## License
3-clause BSD license   
See [License](license.md)

## Documentation
 * ToDo
 
## Bugtracker
Bugs are tracked in the issues section of this repository. Before submitting an issue please read over existing issues to ensure yours is unique.

If the issue does look like a new bug:

 - [Create a new issue](../../issues/new)
 - Describe the steps required to reproduce your issue, and the expected outcome. Unit tests, screenshots and screencasts can help here.
 - Describe your environment as detailed as possible: Browser, Operating System, etc.

## Development and contribution
Feature requests can also be made by [creating a new issue](../../issues/new).  
If you would like to make contributions to this module, feel free to [create a fork](../../fork) and submit a pull request

## Versioning

*Prior to version 1.0.0 breaking changes may occur.*

This project follows [Semantic Versioning](http://semver.org) paradigm. That is:

> Given a version number MAJOR.MINOR.PATCH, increment the:
>  1. MAJOR version when you make incompatible API changes,
>  2. MINOR version when you add functionality in a backwards-compatible manner, and
>  3. PATCH version when you make backwards-compatible bug fixes.
>  4. Additional labels for pre-release and build metadata are available as extensions to the MAJOR.MINOR.PATCH format.

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