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

https://github.com/fed135/manifest-builder

Walker that generates manifest files
https://github.com/fed135/manifest-builder

Last synced: 7 months ago
JSON representation

Walker that generates manifest files

Awesome Lists containing this project

README

          

# manifest-builder

Allows you to scan a folder structure and generate one global
manifest, or multiple ones in each folder.

Compatible with Python 2.x


## Running

$ python builder.py [target_folder] [options]

## Options

-a file paths will be absolute instead of relative
-d includes directories in the manifest
-l will output a local manifest in each folder instead of a global one
-s adds file size in the manifest (bytes)
-v verbose mode


## Roadmap

- Make verbose output more detailed
- Add filtering option for specific file types/file names, etc.
- Add option to change output file name/location
- Add help method