A tool to generate plugin IDs for Kintone plugins from private keys.
You can install this package globally using npm:
npm install -g @rex0220/kintone-get-pluginidTo generate a plugin ID from a private key, you can use the command line tool `rex0220-get-pluginid`.
rex0220-get-pluginid -i path/to/your/private_key.pemThis command will generate a plugin ID and print it to the console.
To output the plugin ID to a file, use the `--out` or `-o` option:
rex0220-get-pluginid -i path/to/your/private_key.pem -o path/to/output_file.txtThis will write the generated plugin ID to the specified file.
- `-i, --input`: Path to the private key file (required).
- `-o, --out`: Output file path for the plugin ID (optional).
rex0220-get-pluginid -i my_private_key.pem -o plugin_id.txtThis project is licensed under the MIT License - see the LICENSE file for details.
This project includes code from the following MIT-licensed projects:
- kintone/js-sdk (https://github.com/kintone/js-sdk/tree/main/packages/plugin-packer)
Contributions are welcome! Please open an issue or submit a pull request on GitHub.
rex0220 - rex0220@gmail.com
https://github.com/rex0220/kintone-get-pluginid
If you encounter any issues, please report them at https://github.com/rex0220/kintone-get-pluginid/issues.
For more information, visit the project homepage: https://github.com/rex0220/kintone-get-pluginid#readme