An open API service indexing awesome lists of open source software.

https://github.com/dankinsoid/appcodeassets

Assets support for AppCode
https://github.com/dankinsoid/appcodeassets

Last synced: 10 months ago
JSON representation

Assets support for AppCode

Awesome Lists containing this project

README

          

# AppCodeAssets

[![Version](https://img.shields.io/jetbrains/plugin/v/19441-appcodeassets.svg)](https://plugins.jetbrains.com/plugin/19441-appcodeassets)
[![Downloads](https://img.shields.io/jetbrains/plugin/d/19441-appcodeassets.svg)](https://plugins.jetbrains.com/plugin/19441-appcodeassets)

This plugin provides support for assets.
With this plugin all asset resources and folders are visible in project tree, you can create new assets and modify it in a UI editor.

#### Full supported asset types:

- App Icon Set
- Image Set
- Color Set

![screen1](https://github.com/dankinsoid/AppCodeAssets/blob/main/screens/screen1.png?raw=true)
![screen2](https://github.com/dankinsoid/AppCodeAssets/blob/main/screens/screen2.png?raw=true)

#### PS
Recommended to use with [PDF Viewer](https://plugins.jetbrains.com/plugin/14494-pdf-viewer) and [Material Icons](https://plugins.jetbrains.com/plugin/10044-atom-material-icons).

## License
This plugin is licensed under the terms of the GNU Public License version 3 or any later version.

## Credits
Plugin icon is merged icons of IdeaVim plugin and a random sneaker by FreePic from flaticon.com

## Installation

- Using IDE built-in plugin system:

Settings/Preferences > Plugins > Marketplace > Search for "AppCodeAssets" >
Install Plugin

- Manually:

Download the [latest release](https://github.com/dankinsoid/AppCodeAssets/releases/latest) and install it manually using
Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...

---
Plugin based on the [IntelliJ Platform Plugin Template][template].

[template]: https://github.com/JetBrains/intellij-platform-plugin-template