Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iagobelo/propolis
https://github.com/iagobelo/propolis
hacktoberfest react typescript
Last synced: about 6 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/iagobelo/propolis
- Owner: iagobelo
- License: mit
- Created: 2019-10-25T18:49:14.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T23:40:19.000Z (about 2 years ago)
- Last Synced: 2025-01-09T05:56:07.067Z (7 days ago)
- Topics: hacktoberfest, react, typescript
- Language: JavaScript
- Homepage:
- Size: 636 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).