cfind

0.3.0 • Public • Published

cfind

Build Status

Node utility to find (and replace) code.

Install

npm install cfind

Examples

Search code:

var cfind = require("cfind");
 
cfind.find({
    query: "jQuery",
    root: "/Users/test/myworkspace"
}, function(err, result) {
 
});

Search files:

var cfind = require("cfind");
 
cfind.files({
    query: "test.js",
    root: "/Users/test/myworkspace"
}, function(err, result) {
 
});

Readme

Keywords

none

Package Sidebar

Install

npm i cfind

Weekly Downloads

1

Version

0.3.0

License

none

Last publish

Collaborators

  • aarono
  • samypesse