/keepdir

A script to create .keep file

Primary LanguageRuby

Keepdir Build Status

Yet another script to create so-called .keep (.gitkeep, .emptydir or .something-you-like) files in all empty directories.

Requirement

  • Ruby 2.3.0 or later (might run on older 2.x releases)
  • minitest (for testing)

Install

Copy bin/keepdir to a directory in the PATH.

bin/gitkeep might be useful for git users.

Usage

See keepdir --help.

License

BSD License (3-Clause).