com.palawanframe.angular
Build your angular frontend application along with your gradle base backend application. Plugin manages versioning, publishing and dependency management of your angular application and/or components.
com.palawanframe.angular-base
Creates new angular project from only gradle initialized project. Simply apply plugin into your gradle project and execute :angularInit task and new angular project will be created.
com.palawanframe.node
Build your node frontend application along with your gradle base backend application. Plugin manages various node packagers and their execution. Enables compilation of node base project without need of installing NodeJS - all done via local download.