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

https://github.com/gregjoeval/package-library

A place to put shared code.
https://github.com/gregjoeval/package-library

Last synced: 9 months ago
JSON representation

A place to put shared code.

Awesome Lists containing this project

README

          

# package-library

[![lerna](https://img.shields.io/badge/maintained%20with-lerna-cc00ff.svg)](https://lerna.js.org/)
[![Dependabot](https://badgen.net/badge/Dependabot/enabled/green?icon=dependabot)](https://dependabot.com/)
[![build](https://github.com/gregjoeval/package-library/workflows/build/badge.svg)](https://github.com/gregjoeval/package-library/actions)
[![TODOs](https://badgen.net/https/api.tickgit.com/badgen/github.com/gregjoeval/package-library)](https://www.tickgit.com/browse?repo=github.com/gregjoeval/package-library)

> A place to put shared code.

# Packages
| | | |
| --- | --- | --- |
| [eslint-config-react](packages/eslint-config-react) | [![npm version](https://badgen.net/npm/v/@gjv/eslint-config-react)](https://www.npmjs.com/package/@gjv/eslint-config-react) | eslint rules for React |
| [eslint-config-typescript](packages/eslint-config-typescript) | [![npm version](https://badgen.net/npm/v/@gjv/eslint-config-typescript)](https://www.npmjs.com/package/@gjv/eslint-config-typescript) | eslint rules for Typescript |
| [redux-slice-factory](packages/redux-slice-factory) | [![npm version](https://badgen.net/npm/v/@gjv/redux-slice-factory)](https://www.npmjs.com/package/@gjv/redux-slice-factory) | generic factory functions for common slice data structures to use with Redux |