https://github.com/recodive/recodive
This monorepo contains packages used by Recodive projects.
https://github.com/recodive/recodive
eslint git prettier vscode
Last synced: 11 months ago
JSON representation
This monorepo contains packages used by Recodive projects.
- Host: GitHub
- URL: https://github.com/recodive/recodive
- Owner: Recodive
- License: mpl-2.0
- Created: 2022-09-13T20:53:29.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-07-11T18:07:02.000Z (11 months ago)
- Last Synced: 2025-07-11T20:23:09.433Z (11 months ago)
- Topics: eslint, git, prettier, vscode
- Language: TypeScript
- Homepage:
- Size: 372 KB
- Stars: 4
- Watchers: 0
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Recodive [](https://github.com/Recodive/Configs/actions/workflows/CI.yml)
| Statements | Branches | Functions | Lines |
| --------------------------- | ----------------------- | ------------------------- | ----------------- |
|  |  |  |  |
This is the monorepo for the Recodive project. It contains the following packages:
- [@recodive/eslint-config](./eslint-config/README.md)
- [@recodive/configs](./configs/README.md)
## Usage
The listed packages are published on the github package registry & NPM registry. To use them, you need to add the following to your `.npmrc` file:
```ini
@recodive:registry=https://npm.pkg.github.com/
//npm.pkg.github.com/:_authToken=TOKEN
//npm.pkg.github.com/:always-auth=true
```
```bash
# Install the packages you need
pnpm add @recodive/configs
```