Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shiraji/plugin-importer-exporter
Intellij Plugin import/export plugin information.
https://github.com/shiraji/plugin-importer-exporter
Last synced: 2 months ago
JSON representation
Intellij Plugin import/export plugin information.
- Host: GitHub
- URL: https://github.com/shiraji/plugin-importer-exporter
- Owner: shiraji
- License: other
- Created: 2015-08-05T15:49:00.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-06-22T08:32:09.000Z (over 3 years ago)
- Last Synced: 2024-05-01T22:51:30.253Z (8 months ago)
- Language: Java
- Homepage: https://plugins.jetbrains.com/plugin/7891
- Size: 166 KB
- Stars: 14
- Watchers: 2
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Plugin Importer+Exporter
This plugin currently has two main features.
1. Dump which plugins are installed to a JSON file
1. Download all plugins from a JSON fileThis plugin DOES NOT export actual plugins.
## Installation
Use the IDE's plugin manager to install the latest version of the plugin.
## Usage
### Export to JSON file* Go to `File > Export Plugins... > select JSON file to write > Export`
### Import from JSON file
* Go to `File > Import Plugins... > select JSON file to read > Install Plugins`
* Restart!### Options
**Save Disabled Plugin Information**
By default, this plugin ignore following plugins to export:
* IDEA CORE (com.intellij)
* This plugin
* Bundled plugins
* Disbaled pluginsBut, if you check this option, the plugin exports disbaled plugins include disabled bundle plugins.
## Contributing
1. Fork it!
2. Create your feature branch: `git checkout -b my-new-feature`
3. Commit your changes: `git commit -am 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request## TODO
1. Ignore unpublished plugins to export
1. Import/Export plugins settings
1. Auto export
1. Check capability of installing the plugins (e.g. AndroidStduio specific plugins should not be install to PhpStorm)
1. i18n
1. Dump plugin information in different format
1. Install specific version of plugins
1. Tests## License
```
Copyright 2015 Yoshinori IsogaiLicensed 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 athttp://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.
```