martinklepsch / tenzing

⚡️ Clojurescript application template using Boot
Eclipse Public License 1.0
403 stars 39 forks source link

Mention boot new in preference to lein new #77

Closed pesterhazy closed 7 years ago

pesterhazy commented 7 years ago

Mention how to create a new project with boot new, as tenzing is based on boot. In my experience boot new works just as well as lein new. Plus it reduces the initial dependendencies from two tools to one tool (boot).

Also adds an explicit section on how to specify options.

martinklepsch commented 7 years ago

Looks good. Wondering if the options should be long-form but probably doesn't matter to much, merging.

pesterhazy commented 7 years ago

⚡️

martinklepsch commented 7 years ago

Thanks 👊