Auto configure a remote for a fork!
Web framework built on Web Standards
A utility-first CSS framework for rapidly building custom user interfaces.
A utility-first CSS framework for rapidly building custom user interfaces.
Perform async work synchronously in Node.js using `worker_threads` with first-class TypeScript support.
The `postinstall` script helper for handling native bindings in legacy `npm` versions
javascript standard data structure library which benchmark against C++ STL
A utility library for JavaScript and Typescript.
request the caniuse data to check browsers compatibilities
Fire events the same way the user does
A utility-first CSS framework for rapidly building custom user interfaces.
A Bonjour/Zeroconf implementation in TypeScript
Generate a slug just like GitHub does for markdown headings.
Simple and complete DOM testing utilities that encourage good testing practices.
This plugin adds `TypeScript` support to `eslint-plugin-import`
PostCSS plugin for Tailwind CSS, a utility-first CSS framework for rapidly building custom user interfaces
Make a callback- or promise-based function support both promises and callbacks.
Simple and complete React DOM testing utilities that encourage good testing practices.
Calculate GitHub App bearer tokens for Node & modern browsers
Parse a github URL into an object.
The fastest directory crawler & globbing alternative to glob, fast-glob, & tiny-glob. Crawls 1m files in < 1s
A node.js module for parsing form data, especially file uploads.
🔥 An extremely fast and efficient LRU cache for JavaScript with high compatibility (including Browsers).
Syntax highlighting with language autodetection.
Add `upstream` remote-tracking branch to your forked repository by tracking GitHub.
- 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.