Pinned Repositories
badges
The definitive rendering collection of badges
boundation
Automatic scaffolding and upgrading of your JavaScript ecosystem projects using Bevry's best practices
caterpillar
Caterpillar is the ultimate logging system for Deno, Node.js, and Web Browsers. Log levels are implemented to the RFC standard. Log entries can be filtered and piped to various streams, including coloured output to the terminal, the browser's console, and debug files. You can even write your own transforms.
cson
CoffeeScript-Object-Notation. Same as JSON but for CoffeeScript objects.
dorothy
🧙🏻♀️ Bring your dotfile commands and configuration to any shell. Sensible defaults and hundreds of commands preloaded. Supports Bash, Zsh, Fish, Nu, Xonsh, Elvish, Dash, KornShell, macOS, Linux, Windows.
editions
📦 The best way to produce and consume the JavaScript packages you care about.
make-deno-edition
Automatically makes package.json projects (such as npm packages and node.js modules) compatible with Deno.
projectz
Stop wasting time maintaining your project's readme and package files! Let Projectz do it for you.
staticsitegenerators-website
Website containing the complete listing of static site generators
watchr
Better file system watching for Node.js. Provides a normalised API the file watching APIs of different node versions, nested/recursive file and directory watching, and accurate detailed events for file/directory changes, deletions and creations.
Bevry's Repositories
bevry/caterpillar
Caterpillar is the ultimate logging system for Deno, Node.js, and Web Browsers. Log levels are implemented to the RFC standard. Log entries can be filtered and piped to various streams, including coloured output to the terminal, the browser's console, and debug files. You can even write your own transforms.
bevry/dorothy
🧙🏻♀️ Bring your dotfile commands and configuration to any shell. Sensible defaults and hundreds of commands preloaded. Supports Bash, Zsh, Fish, Nu, Xonsh, Elvish, Dash, KornShell, macOS, Linux, Windows.
bevry/istextorbinary
Determine if a filename and/or buffer is text or binary. Smarter detection than the other solutions.
bevry/typechecker
Utilities to get and check variable types (isString, isPlainObject, isRegExp, etc)
bevry/ambi
Ambi lets you execute any function ambidextrously; providing you the ability to execute any function (be it synchronous, asynchronous, returns, callbacks, promises) as if it returned a promise.
bevry/textextensions
The definitive listing of filename extensions that are used for text files.
bevry/native-promise-pool
Create a pool of a specified concurrency that accepts promises
bevry/pluginclerk
A clerk for retrieving compatible plugins from the npm database
bevry/getsetdeep
Get or set nested variables of an object
bevry/hooks
Aggregation of react hooks that we use. Such as useInterval and useMetaKey.
bevry/trim-indentation
Trim the initial indentation from a string
bevry/version-range
Check version ranges like `>=N` and `X || Y || Z` with support for Node.js, Web Browsers, Deno, and TypeScript.
bevry/duration-timestamp
Parse and stringify duration timestamps (such as hh:mm:ss and HhMmSs)
bevry/fellow
Fellow is a package for creating people that can be unified by their shared values via a singleton list on the class
bevry/file-url-to-path
Convert a file: URL to its path
bevry/render
Render elements for HTML and Markdown
bevry/requirefresh
Require a file without adding it into the require cache
bevry/unbounded
Function.prototype.bind replacement that provides an `unbounded` hidden property on the returned bounded function, that contains the original unbounded function
bevry/unicode-symbols
Unicode Symbols
bevry/valid-directory
Check whether or not the current working directory is valid on windows
bevry/valid-module
Verify that file or package, be it remote, or local, is a valid ECMAScript Module
bevry/version-clean
Turn a dirty version (such as v1, =1.0.x, >1.0 <2) into a clean version (1.0)
bevry/argument
Parse CLI arguments with only the magic you actually need
bevry/fs-executable
Check if a path is executable
bevry/fs-mkdirp
Create a directory.
bevry/fs-read
Read the contents of a file.
bevry/fs-readable
Check if a path is readable
bevry/fs-remove
Remove a file or directory.
bevry/fs-unlink
Remove a file.
bevry/fs-writable
Check if a path is writable