dirstamp
TypeScript icon, indicating that this package has built-in type declarations

1.1.1 • Public • Published

DirStamp

Take stamps of directories with ease!

Usage

  • dirstamp path/
  • dirstamp path/ -j > struct.json

Validate current structure out of .json struct files with dirstamp -c struct.json path/

Options

  • -p -- Switch sorting method from shift to push
  • -j -- Print JSON
  • -s -- Follow Symlinks
  • -d <Number> -- Max depth (Defaults to Infinity [-1] )
  • -c <File> -- Read a JSON file and compare to current structure
  • -C -- Disable colors
  • -w -- Override default behaviour and start watching changes instead (ctrl+c to stop) ['rename' might be equal to add/delete]
  • -h -- Help screen

Package Sidebar

Install

npm i dirstamp

Weekly Downloads

6

Version

1.1.1

License

ISC

Unpacked Size

195 kB

Total Files

142

Last publish

Collaborators

  • valentin_h