Starts server, waits for URL, then runs test command; when the tests end, shuts down server
GitHub Action for install npm dependencies with caching without any configuration
Tests if module's dependencies can be updated to latest version
Source code for blog post Journey from procedural to reactive JavaScript with stops
Checks if the current version of your package would break dependent projects
Automatically install pre-commit / pre-push hooks in your git repo
Jest-like snapshot feature for the rest of us, works magically by finding the right caller function
Trying to load and bootstrap Angular component dynamically inside Cypress
Unit testing Svelte components in Cypress E2E test runner
Smarter snapshot utility for Mocha and BDD test runners + data-driven testing!
Dark and Halloween color themes for Cypress.io test runner
Quickly run NPM script by prefix without typing the full name
Simple CI pipeline with goal to deploy new version at Zeit Now cloud if tests pass
Adds console.table method that prints an array of objects as a table in console
Steps to check when starting, working and publishing a module to NPM
Node require wrapper with options for cache busting, pre- and post-processing
My custom eslint rules in addition to the ones provided at http://eslint.org/
Play Game of Life in your GitHub contributions
The fastest NPM install does nothing because you already have it
Example using RxJS and Cycle.js on the server to handle requests (NOT server-side rendering)
Runs a given command with additional environment settings for simple local development
Checks filenames to be committed against a library of filename rules to prevent sensitive files in Git
Returns all commit messages between 2 versions of an NPM module
Example TodoMVC Vue.js app with Vuex store and server backend via REST
Easy way to mock process.env during BDD testing
Shows the relevant part of NPM module's README file right in your terminal
Examples of tests that mock Node system APIs: fs, http, child_process, timers
My personal Node project boilerplate generator
Shows the file's source centered in the terminal
Example project with different per-folder prettier config and VSCode formatting on save