https://github.com/orisano/kptool
kintone plugin packer
https://github.com/orisano/kptool
Last synced: about 1 year ago
JSON representation
kintone plugin packer
- Host: GitHub
- URL: https://github.com/orisano/kptool
- Owner: orisano
- License: mit
- Created: 2016-12-20T16:59:57.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-08-19T13:06:30.000Z (almost 6 years ago)
- Last Synced: 2025-07-18T01:40:47.443Z (about 1 year ago)
- Language: Python
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kptool
kintone plugin tool
## Installation
```bash
pip install git+https://github.com/orisano/kptool
```
## How to Use
```bash
$ kptool --help
usage: kptool [-h] [-k KEY_FILE] [-o OUTPUT_DIR] plugin_dir
positional arguments:
plugin_dir
optional arguments:
-h, --help show this help message and exit
-k KEY_FILE, --key-file KEY_FILE
-o OUTPUT_DIR, --output-dir OUTPUT_DIR
$ kptool /path/to/plugin-sdk/examples/vote
$ ls
vote.aiehcaiojjdckhfolkkobjmemiefpkcn.pem vote.zip
$ mv vote.zip{,.bk}
$ ls
vote.aiehcaiojjdckhfolkkobjmemiefpkcn.pem vote.zip.bk
$ kptool -k vote.aiehcaiojjdckhfolkkobjmemiefpkcn.pem /path/to/plugin-sdk/examples/vote
$ ls
vote.aiehcaiojjdckhfolkkobjmemiefpkcn.pem vote.zip vote.zip.bk
$ mkdir plugins
$ kptool -o plugins /path/to/plugin-sdk/examples/vote
$ ls plugins
vote.ahmnkcmjfamplmjlkkkgkbobffjjfnpp.pem vote.zip
```
## Author
Nao Yonashiro (@orisano)
## License
MIT