Small, fast and streaming project scaffolder with support for hundreds of template engines and sane defaults
Small CLI layer for the [charlike][] project scaffolder, requires charlike@^1.7
Update to latest project files and templates, based on `charlike` scaffolder
Code style: Charlike. Self preferences on top of Standard Style v9 release. They may or may not be included in next releases.
Shareable config for Charlike
Code style: Charlike. Thin layer on top of the Standard JavaScript Style v9, for more readable code.
General tooling - scaffolding: charlike, build chain: rolldown, linting: charlint
Parse a function into an object using espree, acorn or babylon parsers. Extensible through Smart Plugins
Thin layer on top of `execa` that allows executing multiple commands in parallel or in sequence with control for concurrency
Validates given IPs (IPv4 and IPv6) using [micromatch][] - glob patterns, RegExp, string or array of globs. If match returns the IP, otherwise null.
Create a filepath from an object path (dot notation), list of arguments, array, number or Arguments object.
Extensible parser for git commit messages following Conventional Commits Specification
Full-featured [koa][] body parser! Support parsing text, buffer, json, json patch, json api, csp-report, multipart, form and urlencoded bodies. Works for koa@1, koa@2 and will work for koa@3.
My own @generate generator for scaffolding projects and populating templates.
Return positive value if (any of the) passed value(s) exists in array, or optionally an index
Get all possible javascript (npm/yarn/pnpm) global or local, binaries or packages paths, e.g. node_modules and node_modules/.bin. Also works for those using NVM or such
Plugin preset for ESLint that includes every needed plugin or config for Standard + JSX + Markdown. One bundle to rule them all and small install times.
Get all semver valid flags for a git repository. Temporary fork of original git-semver-tags, promised api - async/await friendly, plus option for cwd
No description provided.
Prettier plugin for clean and meaningful formatting of package.json files
Fork of the original Jest Runner for Babel and a lot better, plays nicely with monorepos
My own, small as possible, preset for the Start Runner
Get package.json metadata for npm module from JSDelivr or fallback to Unpkg, because the npm registry is slow and ugly
Shareable ESLint config for all @tunnckoCore projects