add an mm binary to invoke the CLI class
This commit is contained in:
parent
b0dbb13f1e
commit
0e18f26b86
1 changed files with 3 additions and 0 deletions
3
bin/mm
Executable file
3
bin/mm
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/usr/bin/env ruby
|
||||
require 'middleman/cli'
|
||||
Middleman::CLI.start
|
Loading…
Reference in a new issue