Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Latest commit

 

History

History
21 lines (14 loc) · 892 Bytes

README.org

File metadata and controls

21 lines (14 loc) · 892 Bytes

Lein-droid “lein new” template

This small wrapper allows to create new lein-droid projects without having lein-droid in the :plugins list in profiles.clj. It downloads the latest version of lein-droid and passes the arguments to lein droid new. Once the project is created, it will already have lein-droid in :plugins, so you won’t have to add that line manually neither in project.clj, nor in profiles.clj.

Usage example:

lein new droid my-app com.company.myapp :app-name MyApplication :target-sdk 18

It is equivalent to calling lein droid new with the same arguments.

You can also do lein new droid :init as a substitute for lein droid init.

License

Copyright © 2015 Alexander Yakushev. Distributed under Eclipse Public License, same as lein-droid, see COPYING.