Keep github forks up to date using node, the github api and git
Keep github forks up to date using node, the github api and git
A tiny (195B to 220B) utility to recursively list all (total) files in a directory
A tiny (183B to 210B) and fast utility to ascend parent directories
PDF file parser that converts PDF binaries to JSON and text, powered by porting a fork of PDF.JS to Node.js
Advanced Data Grid / Data Table supporting Javascript / Typescript / React / Angular / Vue
A clean and friendly icon family for React
Advanced Charting / Charts supporting Javascript / Typescript / React / Angular / Vue
Find the first file matching a given pattern in the current directory or the nearest ancestor directory.
A lightweight TypeScript/JavaScript library for downloading media from social media platforms
Create sync/async APIs with usable logic
AG Grid React Component
Advanced Charting / Charts supporting Javascript / Typescript / React / Angular / Vue
Backwards compatible shim for React's useSyncExternalStore. Works with any React that supports hooks.
@intlify/shared
react-native-uuid is a zero-dependency TypeScript implementation of RFC4122.
<div align="center"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://github.com/ag-grid/ag-grid/blob/latest/documentation/ag-grid-docs/public/images/ag-logos/svg-logos/AG-Charts-Logo_Dark-Theme.svg?raw=true"/> <sourc
Expressots - modern, fast, lightweight nodejs web framework (@adapter-express)
Advanced Charting / Charts supporting Javascript / Typescript / React / Angular / Vue
snapDOM captures HTML elements to images with exceptional speed and accuracy.
Expressots - modern, fast, lightweight nodejs web framework (@core)
Advanced Charting / Charts supporting Javascript / Typescript / React / Angular / Vue
A script to generate a symbol sprite from SVG files
AG Grid React Component
A tool, that will synchronize specific forked GitHub repositories. Includes capabilities for pinning branches to be syncronized as well as tag synchronization.
- xcsims: Delete all simulators and recreate one for each compatible platform and device type pairing. - sync-git-remotes: Make sure all your GitHub repos are cloned into a given directory and keep them synced with upstream. Forks are maintained with a remote for both the fork and upstream, both remotes' default branches are tracked in local counterparts, and the upstream default branch is also pushed to the fork. - changetag: Extract changelog entries to write into git tag annotation messages. - prerelease-podspec: Branch and create/push a release candidate tag, modify the podspec to use that version tag, and try linting it. - release-podspec: Create a tag with the version and push it to repo origin, push podspec to CocoaPods trunk. - revert-failed-release-tag: In case `release-podspec` fails, make sure the tag it may have created/pushed is destroyed before trying to run it again after fixing, so it doesn't break due to the tag already existing the second time around. - bumpr: Increment the desired part of a version number (major/minor/patch/build) and write the change to a git commit. - clean-rc-tags: deletes any release candidate tags leftover after prerelease testing. - migrate-changelog: for a changelog adhering to [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), move any contents under Unreleased to a new section for a new version with the current date.