alfianyusufabdullah / android-sepack

Tool for generate android project use template mvvm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Android Sepack

License Pull request Twitter Github

Tool for generate android project base on MVVM


Setup

Mac os

brew tap utsmannn/android-sepack
brew install sepack

Windows

Under maintenance..

Manual

wget -P android-sepack https://raw.githubusercontent.com/utsmannn/android-sepack/master/sepack

Make executable

cd android-sepack
chmod +x ./sepack

Add to path zsh (Mac os)

Open .zprofile with terminal

vim .zprofile

And type (press i for editable vim)

export PATH=~/android-sepack:$PATH

(for quit vim, press esc and type :wq)

Restart terminal

Usage

For start create project

sepack init

Repo Template

Main Tech Stack

  • MVVM
  • Result case pattern
  • Coroutine flow

Copyright 2020 Muhammad Utsman

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.

About

Tool for generate android project use template mvvm

License:Other


Languages

Language:Go 93.3%Language:Ruby 6.7%