https://github.com/red-explosion/common-js
https://github.com/red-explosion/common-js
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/red-explosion/common-js
- Owner: red-explosion
- Created: 2023-12-05T20:13:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-01T11:29:19.000Z (over 2 years ago)
- Last Synced: 2025-02-14T01:48:27.880Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 97.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README

# @red-explosion/common
A monorepo of helpful JavaScript packages used across Red Explosion projects.
## Contributing
Please ensure you have `pnpm` installed and configured before continuing.
1. Clone this repository
```shell
git clone git clone git@github.com:red-explosion/common-js.git && cd common-js
```
2. Install dependencies
```shell
pnpm install
```
You should be good to go.
## Credits
- [Ben Sherred](https://github.com/bensherred)
- [All Contributors](../../contributors)