Displaying 1 to 8 from 8 results

replace-string - Replace all substring matches in a string

  •    Javascript

Similar to String#replace(), but supports replacing multiple matches. You could achieve something similar by putting the string in a RegExp constructor with the global flag and passing it to String#replace(), but you would then have to first escape the string anyways.Returns a new string with all needle matches replaced with replacement.

execall - Find multiple RegExp matches in a string

  •    Javascript

Instead of having to iterate over RegExp#exec, immutable, and with a nicer result format.Returns an array of objects with a match, sub-matches, and index.

meta - tool for turning many repos into a meta repo

  •    Javascript

meta is powered by plugins that wrap common commands, letting you execute them against some or all of the repos in your solution at once. meta is built on loop, and as such inherits loops ability to easily target a particular set of directories for executing a common command (eg meta git status --include-only dir1,dir2. See loop for more available options). npm i -g meta will install a meta command on your system.




many-to-one - Sync and keep in sync multiple files to one file

  •    CoffeeScript

Edit many files as one. Easily search, replace, move code across several files. Sync a, b and c to bundle, in order b, c, a.

electron-multiple-windows-demo - An example electron app showing how to manage multiple windows.

  •    Javascript

An example electron app showing how to manage multiple windows. This demo is built on top of electron-quick-start.

many-keys-map - A Map subclass with support for multiple keys for one entry.

  •    Javascript

A Map subclass with support for multiple keys for one entry. A ManyKeysMap object is identical to a regular Map, which the exception that it only supports a sequence of keys as key, instead of a single key. This will let you attach a value to a specific combination of keys, instead of a single key.







We have large collection of open source products. Follow the tags from Tag Cloud >>


Open source products are scattered around the web. Please provide information about the open source projects you own / you use. Add Projects.