bconnorwhite
@bconnorwhite
30
Published Tools
0
Total Stars
0
Weekly Downloads
Published Tools
34 Skillsacross 2 categoriesparse-lcov
bconnorwhite
Parse LCOV
char-to-string
bconnorwhite
Convert a character or character code to string
make-executable
bconnorwhite
Set the executable bits on a file
@bconnorwhite/graphql-typed-client
bconnorwhite
A tool that generates a strongly typed client library for any GraphQL endpoint. The client allows writing GraphQL queries as plain JS objects (with type safety, awesome code completion experience, custom scalar type mapping, type guards and more)
graphql-query-vars-cleaner
bconnorwhite
Remove undefined variables from a GraphQL query
file-exists-safe
bconnorwhite
Check if a file exists without try catch
remove-file-safe
bconnorwhite
Remove files without try catch
write-file-safe
bconnorwhite
Write files atomically, and create parent directories if necessary
types-json
bconnorwhite
Type checking for JSON values
extract-first-json
bconnorwhite
Extract the first JSON object or array from a string
terminating-newline
bconnorwhite
Add or remove a terminating newline
ends-with-string
bconnorwhite
Check if a string or buffer ends with a given string
write-dir-safe
bconnorwhite
Create directories and their parents recursively
reduce-first
bconnorwhite
Return early from reduce
types-tsconfig
bconnorwhite
Type checking for tsconfig.json
all-package-names
bconnorwhite
Get all NPM package names
package-name-conflict
bconnorwhite
Check if NPM package names conflict
is-name-taken
bconnorwhite
Check if an NPM package name is taken
stringify-json-object
bconnorwhite
Stringify and format a JSON object
write-json-safe
bconnorwhite
Write formatted JSON to a file
commander-version
bconnorwhite
A wrapper for Commander that automatically sets the version based on your package.json
@bconnorwhite/module
bconnorwhite
Read your module's package.json without importing it
@bconnorwhite/bob
bconnorwhite
Bob is a toolkit for TypeScript projects
merge-json-file
bconnorwhite
Merge a JSON file with a JSON object
@bconnorwhite/exec
bconnorwhite
Execute commands while keeping flags easily configurable as an object
remove-dir-safe
bconnorwhite
Remove directories recursively or non-recursively
dir-exists-safe
bconnorwhite
Check if a directory exists without try catch
fs-safe
bconnorwhite
A simple fs wrapper that doesn't throw
@bconnorwhite/can-use-dom
bconnorwhite
Typed version of can-use-dom to check if you can use the DOM
@bconnorwhite/for-any
bconnorwhite
Use standard array functions on both arrays and non-array types
parse-json-object
GitHub Actions
Parse a typed JSON object
read-file-safe
GitHub Actions
Read files without try catch
read-json-safe
GitHub Actions
Read JSON files without try catch
types-pkg-json
GitHub Actions
Type checking for package.json