Skip to content

allanhortle/grunt-filesystem-to-json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

grunt-files-to-json

Turns a folder of files into nested json data. Parsing any YAML front matter along the way.

Example Config

filesystem_to_json: {
    sample_destination: {
        options: {},
        files: {
            'data.json': ['data/**/*']
        }
    }
},

About

Takes a file tree and outputs JSON data

Resources

License

Stars

Watchers

Forks

Packages

No packages published