shravan20 / flare.ts

A powerful utility library for clean code in js (npm package)
https://shravan20.github.io/flare.ts
MIT License
2 stars 6 forks source link

feat: Release as NPM package #21

Closed shravan20 closed 11 months ago

shravan20 commented 11 months ago

Summary by CodeRabbit

Release Notes for Pull Request:

coderabbitai[bot] commented 11 months ago

Rate Limit Exceeded

@shravan20 has exceeded the limit for the number of files or commits that can be reviewed per hour. Please wait 15 minutes and 51 seconds before requesting another review.

How to resolve this issue? After the wait time has elapsed, convert this PR to a draft and then mark it as ready for review again to re-trigger the review. Alternatively, you can push new commits to this PR. We recommend that you space out your commits to avoid hitting the rate limit.
How do rate limits work? CodeRabbit enforces hourly rate limits for each developer per repository. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our [FAQ](https://coderabbit.ai/docs/faq) for further information.
Commits Files that changed from the base of the PR and between a43cfb0cda63da4868a5511345743f9bcc15bad6 and b6a2a4fe17303180577330a927747f5ad2658d52.

Walkthrough

This change set primarily focuses on the configuration and documentation of the project. It includes updates to .npmignore for ignoring unnecessary files, changes to README.md for better instructions and logo update, and modifications to .npmrc for setting up npm registry and authentication.

Changes

File Summary
.npmignore Added patterns to ignore various files and directories such as node_modules, tests, logs, coverage reports, cache directories, build output directories, and temporary files.
README.md Updated the logo image source URL and the library name in the HTML markup. Added instructions for installing the flare.ts npm package.
.npmrc Set the registry URL to https://registry.npmjs.org/ and included an authentication token (NPM_GAT) for accessing the registry. The always-auth flag is set to true.

🐇💻

In the land of code where the shadows lie,

We push, we pull, we sometimes cry.

But with each change, a new dawn begins,

A rabbit hops, and sometimes, it wins. 🎉

Tips ### Chat with CodeRabbit Bot (`@coderabbitai`) - Mention `@coderabbitai` in any *review comment* for bot assistance. - Note: Review comments are made on code diffs or files, not on the PR overview. ### Pause Incremental Reviews - Insert `@coderabbitai: ignore` in the PR description to halt the bot's ongoing reviews. Remove the line to resume. - Additionally, enter `@coderabbitai pause` to halt the bot's ongoing reviews as any issue or review comment. To resume reviews, enter `@coderabbitai resume` as any issue or review comment.