0.0.7 • Published 8 years ago

walk-r v0.0.7

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

walk-r

A simple directory walk which returns an array of file paths, written in a declarative style with Ramda.js

Usage:

let walk = require('walk-r')
let absoluteFilePaths = walk(path.join(__dirname, 'folder'))
let files = filePaths.map(f => fs.readFileSync(f))

let relativeFilePaths = walk('folder')

Give an absolute directory name, receive an array of absolute filepaths. Give a relative directory name, recieve an array of relative filepaths.

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago