Awesome
Automation create modules
Generating modules for the Compose Template Android template
Preview
https://user-images.githubusercontent.com/9665914/136036640-18e5eefb-923d-476d-8cb3-02da2b38c51b.mov
Module simple
Simplest empty module
Module middle
Module with api service (coming soon)
Module larger
Module with api service and data service (coming soon)
Usage
Works with the template via gradle tasks, adds the required module in a couple of seconds.
Terminal
Usage: Automation create modules options_list
Options:
--name -> Name module (always required) { String }
--path -> Path to android project (always required) { String }
--debug [false] -> Debug mode
--type [SIMPLE] -> Type module { Value should be one of [simple, middle, larger] }
--help, -h -> Usage info
License
Copyright 2021 Surf
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.