Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zero-dependency/zero-dependency
📦 Zero Dependency monorepository
https://github.com/zero-dependency/zero-dependency
hacktoberfest javascript monorepository packages react typescript utilities web zero-dependency
Last synced: 24 days ago
JSON representation
📦 Zero Dependency monorepository
- Host: GitHub
- URL: https://github.com/zero-dependency/zero-dependency
- Owner: zero-dependency
- License: mit
- Created: 2022-09-30T04:19:41.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-30T11:42:26.000Z (11 months ago)
- Last Synced: 2024-04-30T02:03:16.489Z (10 months ago)
- Topics: hacktoberfest, javascript, monorepository, packages, react, typescript, utilities, web, zero-dependency
- Language: TypeScript
- Homepage: http://zero-dependency.js.org
- Size: 5.27 MB
- Stars: 13
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# zero-dependency
| Package | Version | Size | Description |
| ------- | ------- | ---- | ----------- |
| [@zero-dependency/fetcher](https://github.com/zero-dependency/fetcher) | [![](https://img.shields.io/npm/v/@zero-dependency/fetcher)](https://npm.im/@zero-dependency/fetcher) | [![](https://img.shields.io/bundlephobia/minzip/@zero-dependency/fetcher)](https://bundlephobia.com/package/@zero-dependency/fetcher@latest) | 🌍 Fetch wrapper |
| [@zero-dependency/cookie](https://github.com/zero-dependency/cookie) | [![](https://img.shields.io/npm/v/@zero-dependency/cookie)](https://npm.im/@zero-dependency/cookie) | [![](https://img.shields.io/bundlephobia/minzip/@zero-dependency/cookie)](https://bundlephobia.com/package/@zero-dependency/cookie@latest) | 🍪 Document.cookie wrapper |
| [@zero-dependency/storage](https://github.com/zero-dependency/storage) | [![](https://img.shields.io/npm/v/@zero-dependency/storage)](https://npm.im/@zero-dependency/storage) | [![](https://img.shields.io/bundlephobia/minzip/@zero-dependency/storage)](https://bundlephobia.com/package/@zero-dependency/storage@latest) | 📒 Web Storage wrapper |
| [@zero-dependency/emitter](https://github.com/zero-dependency/emitter) | [![](https://img.shields.io/npm/v/@zero-dependency/emitter)](https://npm.im/@zero-dependency/emitter) | [![](https://img.shields.io/bundlephobia/minzip/@zero-dependency/emitter)](https://bundlephobia.com/package/@zero-dependency/emitter@latest) | ✍️ Event Emitter |
| [@zero-dependency/dom](https://github.com/zero-dependency/dom) | [![](https://img.shields.io/npm/v/@zero-dependency/dom)](https://npm.im/@zero-dependency/dom) | [![](https://img.shields.io/bundlephobia/minzip/@zero-dependency/dom)](https://bundlephobia.com/package/@zero-dependency/dom@latest) | 📄 DOM utils |
| [@zero-dependency/utils](https://github.com/zero-dependency/utils) | [![](https://img.shields.io/npm/v/@zero-dependency/utils)](https://npm.im/@zero-dependency/utils) | [![](https://img.shields.io/bundlephobia/minzip/@zero-dependency/utils)](https://bundlephobia.com/package/@zero-dependency/utils@latest) | 🛠 Additional utils |
| [@zero-dependency/react](https://github.com/zero-dependency/react) | [![](https://img.shields.io/npm/v/@zero-dependency/react)](https://npm.im/@zero-dependency/react) | [![](https://img.shields.io/bundlephobia/minzip/@zero-dependency/react)](https://bundlephobia.com/package/@zero-dependency/react@latest) | ⚛️ React hooks and utils |## Contributing
[Fork](https://help.github.com/articles/fork-a-repo/) this repository to your own GitHub account and then [clone](https://help.github.com/articles/cloning-a-repository/) it:
```bash
git clone https://github.com//zero-dependency.git --recurse-submodules
```> **Note**\
> Replace `` with your GitHub username.