Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gengjiawen/android-studio-helper
https://github.com/gengjiawen/android-studio-helper
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/gengjiawen/android-studio-helper
- Owner: gengjiawen
- License: mit
- Created: 2017-03-05T09:14:33.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-15T03:16:40.000Z (over 7 years ago)
- Last Synced: 2024-12-08T18:58:27.457Z (21 days ago)
- Language: JavaScript
- Size: 12.3 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
Awesome Lists containing this project
README
= Android Studio Helper
Geng Jiawen
[email protected]
:toc:
:toclevels: 3
:sectnums:
:sectnumlevels: 2
:source-highlighter: hightlightjsimage:https://ci.appveyor.com/api/projects/status/i5yup751g7haetoo/branch/master?svg=true[Build status,link=https://ci.appveyor.com/project/gengjiawen/android-studio-helper/branch/master]
image:https://travis-ci.org/gengjiawen/android-studio-helper.svg?branch=master["Build Status", link="https://travis-ci.org/gengjiawen/android-studio-helper"]This is a helper app for android dev team.
You can use it to deploy templates, module templates and plugins (todo) with easy.image:arts\look.png[]
## What's it for
It's mainly for how you can deploy android studio custom file template easily.For more information: check here: https://riggaroo.co.za/custom-file-template-group-android-studiointellij/.## Bonus Function
### Timber
we have a timber cookie, if you are using https://github.com/JakeWharton/timber[timber], I think you will like this feature.
It acts like **settings>live templates>Android Log**.
Interested, check this image https://github.com/gengjiawen/android-studio-helper/blob/master/arts/timber.gif[click me]## How do I use
Input your template url, this is achieve by https://github.com/flipxfx/download-git-repo.
For inner bundle put your custom templates file in **app\src\renderer\assets**, and build the application.## Build Setup
``` bash
# install dependencies
npm install# serve with hot reload at localhost:9080
npm run dev# build electron app for production
npm run build# lint all JS/Vue component files in `app/src`
npm run lint# run webpack in production
npm run pack
```## License
http://opensource.org/licenses/MIT[MIT]Copyright (c) 2017-present, Jiawen (Daniel) Geng