Version 0.6.3
-
changelog added
-
new commandline parameter handling (abee uses optimist to parse arguments now)
-
exported module functions declared outside module.exports
-
support for coffeescript added (thanks to rantav for the coffescript templates)
-
'abeetize' now can delete standard meteor files and insecure modules (pass -d at commandline)
-
'create' and 'abeetize' now supports -p for (design-)pattern and -l for language (defaults are -p mvc -l js)
-
directory structure changed to support multi-(scripting-)language support
-
Template search order changed. The order is now:
- templates/<pattern>/<language>/
- templates/<pattern>/
- templates/<language>/
- templates/
-
'create' now uses 'abeetize' internaly
-
global is no longer used internaly