shiraji / plugin-importer-exporter

Intellij Plugin import/export plugin information.
https://plugins.jetbrains.com/plugin/7891
Other
13 stars 4 forks source link

Plugin Importer+Exporter

This plugin currently has two main features.

  1. Dump which plugins are installed to a JSON file
  2. Download all plugins from a JSON file

This 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

Import from JSON file

Options

Save Disabled Plugin Information

By default, this plugin ignore following plugins to export:

But, 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
  2. Import/Export plugins settings
  3. Auto export
  4. Check capability of installing the plugins (e.g. AndroidStduio specific plugins should not be install to PhpStorm)
  5. i18n
  6. Dump plugin information in different format
  7. Install specific version of plugins
  8. Tests

License

Copyright 2015 Yoshinori Isogai

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.