Generate a new Capacitor plugin.
npm init @capacitor/plugin [<path>] [options]
📝 npm init <pkg>
requires npm 6+
You can also try the following methods to use this package:
npx @capacitor/create-plugin
yarn create @capacitor/plugin
npm install -g @capacitor/create-plugin && create-capacitor-plugin
--name <name> ............. npm package name (e.g. "capacitor-plugin-example")
--package-id <id> ......... Unique plugin ID in reverse-DNS notation (e.g. "com.mycompany.plugins.example")
--class-name <name> ....... Plugin class name (e.g. "Example")
--repo <url> .............. URL to git repository (e.g. "https://github.com/example/repo")
--author <author> ......... Author name and email (e.g. "Name <name@example.com>")
--license <id> ............ SPDX License ID (e.g. "MIT")
--description <text> ...... Short description of plugin features