Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

Projects in Awesome Lists by bevry

A curated list of projects in awesome lists by bevry .

https://github.com/bevry/cson

CoffeeScript-Object-Notation. Same as JSON but for CoffeeScript objects.

coffeescript cson data-format executable json nodejs

Last synced: 15 Oct 2024

https://github.com/bevry/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.

executable file-watchers javascript nodejs

Last synced: 03 Aug 2024

https://github.com/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.

caterpillar client-side deno logger logging nodejs pipe transform-streams

Last synced: 28 Oct 2024

https://github.com/bevry/staticsitegenerators-website

Website containing the complete listing of static site generators

website

Last synced: 04 Nov 2024

https://github.com/bevry/getmac

Get the mac address of the current machine you are on via Node.js

executable mac-address nodejs

Last synced: 30 Oct 2024

https://github.com/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.

bash cli dotfiles dotfiles-automation dotfiles-linux dotfiles-macos dotfiles-manager fish fish-shell linux macos nushell productivity shell shell-script terminal ubuntu unix wsl-ubuntu zsh

Last synced: 31 Oct 2024

https://github.com/bevry/projectz

Stop wasting time maintaining your project's readme and package files! Let Projectz do it for you.

app contributions-discover documentation-tool executable nodejs readme readme-badges readme-bolierplate readme-template sponsors

Last synced: 25 Oct 2024

https://github.com/bevry/istextorbinary

Determine if a filename and/or buffer is text or binary. Smarter detection than the other solutions.

nodejs

Last synced: 14 Oct 2024

https://github.com/bevry/badges

The definitive rendering collection of badges

client-side javascript readme-badges social-buttons

Last synced: 31 Oct 2024

https://github.com/bevry/envfile

Parse and write environment files with Node.js

data-format dotenv env envfile environment-variables executable nodejs

Last synced: 17 Aug 2024

https://github.com/bevry/taskgroup

Group together synchronous and asynchronous tasks and execute them with support for concurrency, naming, and nesting.

asynchronous-tasks builtwith-taskgroup client-side concurrency flow-control javascript nodejs

Last synced: 03 Aug 2024

https://github.com/bevry/make-deno-edition

Automatically makes package.json projects (such as npm packages and node.js modules) compatible with Deno.

deno denoland executable node node-js nodejs

Last synced: 03 Aug 2024

https://github.com/bevry/base

Base files for new projects

coding-standards scaffold

Last synced: 04 Nov 2024

https://github.com/bevry/boundation

Automatic scaffolding and upgrading of your JavaScript ecosystem projects using Bevry's best practices

app scaffold scaffolder

Last synced: 02 Aug 2024

https://github.com/bevry/filedirname

Fetch the current file and directory path, no matter your environment (Deno, Node.js, Web Browsers, ESM, CJS)

Last synced: 03 Aug 2024

https://github.com/bevry/coda-packs

Monorepo of Coda packs

coda

Last synced: 10 Oct 2024

https://github.com/bevry/pluginclerk

 A clerk for retrieving compatible plugins from the npm database

nodejs npm-client plugin-manager plugin-system

Last synced: 27 Oct 2024

https://github.com/bevry/arrangekeys

Returns a copy of a JavaScript object with the keys arranged in a specified order. Useful for formatting JSON files.

client-side data-manipulation nodejs object-sort

Last synced: 27 Oct 2024

https://github.com/bevry/eachr

Deprecated: Use `for ( const [key, value] of Object.entries(thing) )`

client-side iterator nodejs

Last synced: 13 Oct 2024

https://github.com/bevry/eslint-config-bevry

Bevry's ESLint configuration is an adaptive configuration that automatically configures ESLint

Last synced: 27 Oct 2024

https://github.com/bevry/pluginloader

A class for loading, verifying, and creating plugins. Used by DocPad for years.

nodejs plugin-loader plugin-manager plugin-system

Last synced: 27 Oct 2024

https://github.com/bevry/github-api

Interact with the GitHub API, fetching commits, repositories, members, and backers (authors, maintainers, contributors, funders, sponsors, donors)

Last synced: 31 Oct 2024

https://github.com/bevry/list

List/array/set utility functions: union, intersect, complement, unique, first, last, has, add, toggle

Last synced: 27 Oct 2024

https://github.com/bevry/start-of-week

Returns the start of the week based on the locale.

date-formatting

Last synced: 09 Nov 2024

https://github.com/bevry/ansi

ANSI colors and styles for Deno, Node.js, JavaScript, and TypeScript

Last synced: 27 Oct 2024

https://github.com/bevry/oneday

The number of milliseconds in one day

client-side nodejs

Last synced: 27 Oct 2024

https://github.com/bevry/arrange-package-json

Arrange the properties in the package.json file to a universally consistent order

Last synced: 09 Nov 2024

https://github.com/bevry/trim-indentation

Trim the initial indentation from a string

client-side indentation nodejs

Last synced: 25 Oct 2024

https://github.com/bevry/mdx

MDX loader for Next.js

Last synced: 10 Oct 2024

https://github.com/bevry/requirefresh

Require a file without adding it into the require cache

nodejs nodejs-modules

Last synced: 13 Oct 2024

https://github.com/bevry/render

Render elements for HTML and Markdown

Last synced: 11 Oct 2024

https://github.com/bevry/fs-accessible

Check if a path is accessible

Last synced: 26 Oct 2024

https://github.com/bevry/fs-unlink

Remove a file.

Last synced: 26 Oct 2024

https://github.com/bevry/fs-rmdir

Remove a directory.

Last synced: 13 Oct 2024

https://github.com/bevry/fs-mkdirp

Create a directory.

Last synced: 26 Oct 2024

https://github.com/bevry/wait

Promise'd setTimeout

Last synced: 30 Oct 2024

https://github.com/bevry/trim-empty-keys

Trim empty, nullish, or falsey keys from your JSON object

Last synced: 26 Oct 2024

https://github.com/bevry/fs-readable

Check if a path is readable

Last synced: 26 Oct 2024

https://github.com/bevry/promise-errback

Forward the resolution/rejection of a resolvable to an errback; forwarding the resolution/rejection of the errback to ourself.

Last synced: 13 Oct 2024

https://github.com/bevry/version-clean

Turn a dirty version (such as v1, =1.0.x, >1.0 <2) into a clean version (1.0)

Last synced: 13 Oct 2024

https://github.com/bevry/valid-module

Verify that file or package, be it remote, or local, is a valid ECMAScript Module

Last synced: 13 Oct 2024

https://github.com/bevry/fs-remove

Remove a file or directory.

Last synced: 13 Oct 2024