Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/iagobelo/propolis


https://github.com/iagobelo/propolis

hacktoberfest react typescript

Last synced: about 6 hours ago
JSON representation

Awesome Lists containing this project

README

        

# Propolis

[![Build Status](https://travis-ci.org/iagobelo/propolis.svg?branch=master)](https://travis-ci.org/iagobelo/propolis)
[![License](https://badgen.net/github/license/iagobelo/propolis)](./LICENSE)
[![Library minified size](https://badgen.net/bundlephobia/min/@iagobelo/propolis)](https://bundlephobia.com/result?p=@iagobelo/propolis)
[![Library minified + gzipped size](https://badgen.net/bundlephobia/minzip/@iagobelo/propolis)](https://bundlephobia.com/result?p=@iagobelo/propolis)

## Installation

This library is published in the NPM registry and can be installed using any compatible package manager.

```sh
npm install @iagobelo/propolis --save

# For Yarn, use the command below.
yarn add @iagobelo/propolis
```

### Installation from CDN

This module has an UMD bundle available through JSDelivr and Unpkg CDNs.

```html

// UMD module is exposed through the "Propolis" global variable.
console.log(Propolis);

```

## Documentation

[Documentation generated from source files by Typedoc](./docs/README.md).

## License

Released under [MIT License](./LICENSE).