Bevry
Grow your team on GitHub
GitHub is home to over 50 million developers working together. Join them to grow your own development teams, manage permissions, and collaborate on projects.
Sign up
Pinned repositories
Repositories
-
editions
📦 The best way to produce and consume the JavaScript packages you care about. -
valid-directory
Check whether or not the current working directory is valid on windows
-
links
Collection of Links for Redirection on the Bevry websites
-
duration-timestamp
Parse and stringify duration timestamps (such as hh:mm:ss and HhMmSs)
-
lazy-require
Lazy require allows you to require modules lazily, meaning that when you lazy require a missing module, it is automatically installed. If the installation or require fails, the error is returned to the lazy require callback.
-
dominject
Inject scripts and styles into the DOM with duplicate prevention and completion callback support
-
pluginloader
A class for loading, verifying, and creating plugins. Used by DocPad for years.
-
make-deno-edition
Automatically makes package.json projects (such as npm packages and node.js modules) compatible with Deno.
-
get-current-line
Get the current line number of the executing file and method
-
-
ropo
String replacement utilities with support for both synchronous and asynchronous replacements. Supports replacing Regular Expressions, HTML Elements, and Comment Elements. Compatible with async/await.
-
-
-
domain-browser
Node's domain module for the web browser
-
-
valid-module
Verify that file or package, be it remote, or local, is a valid ECMAScript Module
-
envfile
Parse and write environment files with Node.js
-
argsbytype
Provide some arguments, get back a hash object of the arguments indexed by their type. Very useful for agnostic argument orders.
-
cachely
A tiny wrapper that sits around your request function that caches its data for a specified duration, provides updates as requested rather than polling each interval
-
docmatter
Battle tested SSG front matter parser. Extracted from DocPad. Delimiter lines have 3+ of the same character (such as /*** and ***/) allowing front matters to work with the syntax highlighting of your code editor. Supports custom parsers, e.g. --- cson. Parsers are handled externally.
-
-
arrangekeys
Returns a copy of a JavaScript object with the keys arranged in a specified order. Useful for formatting JSON files.
-
native-promise-pool
Create a pool of a specified concurrency that accepts promises
-
sortobject
Deeply sort an object by its keys without mangling any arrays inside of it
-
get-cli-arg
Get the value of a CLI argument
-
hostenv
Exports the correct PORT and HOSTNAME values for Heroku, AppFog, CloudFoundry, OpenShift, and other service environments
-
mdx
MDX loader for Next.js
-
-
normalify
Normalize different variable value types - e.g. `"1"` becomes `1`
-
memo
Wrap a function in a memo to reuse the first invocation result of the function