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
- Host: GitHub
- URL: https://github.com/fed135/manifest-builder
- Owner: fed135
- Created: 2014-10-01T14:52:32.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-02-16T22:00:51.000Z (almost 10 years ago)
- Last Synced: 2025-01-08T18:52:42.590Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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