dotsmack - a library for modern, per-directory dotfile configuration

HOMEPAGE

https://github.com/mcandre/dotsmack

RUBYGEMS

https://rubygems.org/gems/dotsmack

ABOUT

Dotsmack is a Ruby library for adding modern dotfile customization to your Ruby applications.

  • Recursive file scanning, like jshint .
  • dotignore files - fnmatch syntax, like .gitignore
  • dotconfig files - any format (getoptlong, YAML, JSON, ...)
  • Searches for dotfiles in ., .., etc., up to $HOME.

EXAMPLES

$ tree -a examples/twitch/
examples/twitch/

More examples:

REQUIREMENTS

INSTALL

Install via RubyGems:

$ gem install aspelllint

LICENSE

FreeBSD

DEVELOPMENT

Testing

Keep the interface working:

$ cucumber

Linting

Keep the code tidy:

$ rake lint

Git Hooks

See hooks/.