A generic library implementing hot reload for React components without unmounting or losing their state.
This library was generated with [Nx](https://nx.dev).
picgo beecloud oss uploader
n8n community node for Folk CRM - manage people, companies, deals, notes, reminders, and more
Parse / generate VCard (for Folk)
A SVG-based LQIP image placeholder generator
MCP server for interacting with Folk CRM
A curious and unusual bric-a-brac, for curious and unusual folk.
A simple zero-configuration command-line https server
Utility functions for working with TypeScript's API. Successor to the wonderful tsutils. 🛠️️
A Node.js module and CLI for running PlantUML
Public logs API for OpenTelemetry
Node.js API (Node-API)
A folk version of the `urlcat` library focus on performance and simplicity.
Public API for OpenTelemetry
Check if something is a Node.js stream
An extremely fast JavaScript and CSS bundler and minifier.
Requires a module only if available and hides the require call from bundlers.
Implements https://w3c.github.io/accname/
An implementation of the WHATWG URL Standard's URL API and parsing machinery
Load yaml configuration file with environment support
Returns a promise from a node-style callback function.
> Plugins API for easier DevTools integrations.
Native-ESM powered web dev build tool
Plugin contract for the Folk PHP application server
Custom binary builder for Folk — generates and compiles a Folk server with selected plugins
HTTP plugin for Folk — accepts connections via hyper and dispatches to PHP workers
Prometheus metrics and health check plugin for Folk — serves /metrics, /health, and /ready endpoints with custom metrics and plugin filtering
Auxiliary process supervisor plugin for Folk — starts, monitors, and restarts sidecar processes
Uses the Goodreads API to grab your book reviews. Takes all the standard Goodreads arguments. This gem is currently just a baby, and will may include more features over time. For now, it's mainly meant to allow folks to show their books and reviews on a website/blog.
A CLI (as in Command Line Interface) to delete your tweets based on faves, RTs, and time. There are some services out there with a friendly web interface, but this is not one of them. You must know the basics of working with a UNIX terminal and configuring a Twitter API app, as this will only work if you have a Twitter Developer account. Due to the irrevocable nature of tweet deletion, all delete commands are dry-run true, meaning you must call all of them with a --dry-run=false flag if you want them to really do something. Called with --dry-run=false, there is no way to revoke tweet deletion. They are just gone, disappeared into the ether (or the stashed in the Twitter-owned secret place you have no access to without a mandate since nothing gets really deleted from the web these days, folks). This tool won't delete all of your tweets in one fell swoop; it is more of a way to delete your old tweets from time to time. The Twitter API rate limits are relatively complicated, and I don't even wanna go there, but if you do intend on deleting all of your tweets, you can do it with this CLI and some perseverance. I did delete more than 100k of mine by using this script every day for a couple of weeks. The more tweets you delete, the fewer of them you have, and with time the rate limits won't be that much of a problem. I Delete My Tweets (IDMT) can delete your tweets by fetching them via API using an APP you will have to set up yourself. Still, it can also delete tweets from an CSV (comma-separated file) that you can generate from the archive you can request from twitter.com by going to Settings and privacy > Your Account > Download an archive of your data. It is out of the scope of this CLI to generate the CSV (at the moment) but there are scripts out there that can do this for you.