com.trevorism.create-project
Owner: Trevor Brooks
Create standard folder structure, build file, and sample code with unit tests for a new project.
https://github.com/trevorism/create-project
Sources: https://github.com/trevorism/create-project
Version 0.2
0.2
Created 11 October 2015.
Create standard folder structure, build file, and sample code with unit tests for a new project.
Add this plugin to your build using the plugins DSL:
plugins {
id("com.trevorism.create-project") version "0.2"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.com.trevorism:create-project:0.2") } } apply(plugin = "com.trevorism.create-project")
- Applying plugins to all subprojects .