doowb
Node.js, javascript, and distributed applications developer. @jonschlinkert is my coding copilot. @assemble @generate @update @verbose @node-base @node-toolkit
@brandscaleCincinnati, OH
Pinned Repositories
assemble
Get the rocks out of your socks! Assemble makes you fast at web development! Used by thousands of projects for rapid prototyping, themes, scaffolds, boilerplates, e-books, UI components, API documentation, blogs, building websites/static site generator, an alternative to Jekyll for gh-pages and more! Gulp- and grunt-friendly.
angular-pusher
AngularJS provider and service for Pusher
ansi-colors
Easily add ANSI colors to your text and symbols in the terminal. ansi-colors is the official ansi styling library for gulp. Used by hundreds of projects, including enquirer, vscode, codeql, azure data studio, aws-cdk, redwoodjs, leaflet, mocha, and many others.
grunt-convert
Grunt task to convert to or from JSON, YAML, XML, PLIST or CSV.
npm-api
Node.js library for getting info from NPM’s API
enquirer
Stylish, intuitive and user-friendly prompts, for Node.js. Used by eslint, webpack, yarn, pm2, pnpm, RedwoodJS, FactorJS, salesforce, Cypress, Google Lighthouse, Generate, tencent cloudbase, lint-staged, gluegun, hygen, hardhat, AWS Amplify, GitHub Actions Toolkit, @airbnb/nimbus, and many others! Please follow Enquirer's author: https://github.com/jonschlinkert
generate
A new command line tool and developer framework for scaffolding out GitHub projects. Generate offers the robustness and configurability of Yeoman, the expressiveness and simplicity of Slush, and more powerful flow control and composability than either.
handlebars-helpers
188 handlebars helpers in ~20 categories. Can be used with Assemble, Ghost, YUI, express.js etc.
remarkable
Markdown parser, done right. Commonmark support, extensions, syntax plugins, high speed - all in one. Gulp and metalsmith plugins available. Used by Facebook, Docusaurus and many others! Use https://github.com/breakdance/breakdance for HTML-to-markdown conversion. Use https://github.com/jonschlinkert/markdown-toc to generate a table of contents.
update
Update is a new developer framework and CLI for automating updates of any kind in code projects. If you know how to use assemble, generate or verb, you'll know how to use update.
doowb's Repositories
doowb/github-content
Easily download files from github raw user content.
doowb/module-dependents
Get the list of npm modules that depend on the specified npm module.
doowb/dependents-cli
CLI for listing an npm module's dependent projects and their download stats.
doowb/gulp-routes
Add middleware to run for specified routes in your gulp pipeline.
doowb/detect-file
Uses a breadth-first search, when necessary, to resolve the file path using the correct casing, and verify that the file actually exists. Returns consistent results regardless of case sensitivity of the file path and/or operating system.
doowb/background-process
Run a process in the background, disconnected from the main process.
doowb/alarm
Set an alarm that will call the given function at the specified time.
doowb/fly-api
Fly.io API wrapper for simplifying REST calls.
doowb/synonyms-cli
CLI for looking up synonyms for given words.
doowb/koalas
Coalesce for JavaScript. Returns the first value that is not undefined or null.
doowb/npm-api-dependents
npm-api plugin for streaming an npm module's dependents information
doowb/base-bot
Simple bot that knows how to handle events when told too. Use base bot to build more complex bots with plugins.
doowb/typeof-github-event
Detect the type of github webhook events.
doowb/append-string
Append a string to another string ensuring to preserve line ending characters.
doowb/computed-property
Add computed properties to JavaScript objects.
doowb/parse-mentions
Parse and optionally replace @ mentions from a string of text.
doowb/to-mention-link
Create links from @ mentions.
doowb/ansi-colors-lazy
Lazyily loaded collection of ansi colors and styles.
doowb/consolidate.js
Template engine consolidation library for node.js
doowb/is-valid-github-event
Validate GitHub webhook events.
doowb/docker-bitcoind
Running a full bitcoin node ain't never been so easy!
doowb/gulp-issue-2093
Attempt to reproduce gulp issue 2093
doowb/jest
🃏 Painless JavaScript Testing.
doowb/learning-leveldb
@zeke and @juliangruber talk about LevelDB
doowb/marko
A friendly (and fast!) UI library from eBay that makes building web apps fun
doowb/node-globule
An easy-to-use wildcard globbing library.
doowb/node-gyp
Node.js native addon build tool
doowb/sass-lint
Pure Node.js Sass linting
doowb/shields
Shields badge specification, website and default API server
doowb/window-size
Reliable way to to get the height and width of the terminal/console in a node.js environment.