Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/allouis/fs-object


https://github.com/allouis/fs-object

Last synced: 24 days ago
JSON representation

Awesome Lists containing this project

README

        

# fs-object

## Example

```javascript
var fsObj = require('fs-object');

fsObj(process.cwd(), function (err, result) {
cssFiles = result.public.css
cssFiles['theme.css'] // content of cwd/public/css/theme.css
});

```