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

clojure-android/lein-new-droid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Shortcut template for creating lein-droid projects.

Resources

Stars

Watchers

Forks

Packages

No packages published