Adding 'yadr' command for managing plugins (wip)
This commit is contained in:
13
bin/yadr/yadr
Executable file
13
bin/yadr/yadr
Executable file
@@ -0,0 +1,13 @@
|
||||
#!/usr/bin/env ruby
|
||||
|
||||
require File.join(File.dirname(__FILE__), 'default_libs')
|
||||
# GitStyleBinary.primary do
|
||||
#
|
||||
# end
|
||||
# GitStyleBinary.command do
|
||||
# version "yadr 1.0"
|
||||
# banner <<-EOS
|
||||
# Welcome to YADR, Yet Another Dotfile Repo Manager
|
||||
# Usage: yadr #{all_options_string}
|
||||
# EOS
|
||||
# end
|
||||
Reference in New Issue
Block a user