0.2.0 • Published 2 years ago

folder-manifest v0.2.0

Weekly downloads
-
License
Commercial
Repository
-
Last release
2 years ago

Folder Manifest

It creates a manifest JSON file from the files in a directory

Commands

index.js <command>

Commands:
  index.js path  Creates a manifest with each file on a path

Options:
      --version    Show version number                                 [boolean]
  -o, --output     Filename where to output  [string] [default: "manifest.json"]
  -e, --extension  Removes the extension from the manifest key
                                                      [boolean] [default: false]
  -s, --suffix     Adds a suffix to the manifest values   [string] [default: ""]
  -t, --timestamp  Adds the timestamp to the manifest values
                                                      [boolean] [default: false]
  -a, --hash       Adds the hash to the manifest values
                                                      [boolean] [default: false]
  -h, --help       Show help                                           [boolean]

Examples:
  index.js --output "manifest.json" dist/*.js
0.2.0

2 years ago

0.1.0

2 years ago