# Droi An Android CLI tool. ## Installation - Cargo ```shell cargo install --locked droi ``` - Brew ## Usage ### Create a New Empty Project ```shell drio create empty ``` Will create an empty project with `.kts` for gradle To create gradle with groovy use ```shell drio create empty --groovy ``` ### Create a New Library Project ```shell drio create lib --package ```