Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Feflow | 1,284 | 2 | a month ago | 117 | July 15, 2022 | 17 | other | TypeScript | ||
🚀 A command line tool aims to improve front-end engineer workflow and standard, powered by TypeScript. | ||||||||||
Figplug | 299 | 2 | 8 months ago | 28 | May 13, 2021 | 7 | mit | TypeScript | ||
Figma plugin builder | ||||||||||
Phulp | 296 | 16 | 10 | 2 years ago | 29 | August 01, 2019 | 1 | mit | PHP | |
The task manager for php | ||||||||||
Paraphrase | 261 | 9 years ago | 4 | apache-2.0 | Java | |||||
An experimental Gradle plugin which generates compile-safe format string builders. | ||||||||||
Innerbuilder | 250 | 5 months ago | 21 | apache-2.0 | Java | |||||
IntelliJ IDEA plugin which generates an inner builder class | ||||||||||
Awesome Elementor | 248 | 8 months ago | ||||||||
A collection of third party add-ons for the Elementor page builder plugin. | ||||||||||
Laravel Datatables Html | 241 | 237 | 59 | a month ago | 141 | October 06, 2022 | 4 | mit | PHP | |
Laravel DataTables HTML Builder Plugin | ||||||||||
Live Composer Page Builder | 155 | a month ago | 57 | gpl-3.0 | PHP | |||||
Free page builder plugin for WordPress https://livecomposerplugin.com | ||||||||||
To_xls | 139 | 8 years ago | 2 | mit | Ruby | |||||
This Rails plugin is the easiest way to export to Excel. It gives you the ability to call to_xls to a collection of activerecords. The builder options are the same as to_json / to_xml, except for the :include. | ||||||||||
Commodore | 134 | 7 | 1 | 8 months ago | 13 | June 12, 2022 | 7 | mit | Java | |
Utility for using Minecraft's 1.13 'brigadier' library in Bukkit plugins. |
This SDK enables building Packer plugins. This allows Packer's users to use both the officially-supported builders, provisioners, and post-processors, and custom in-house solutions.
Packer itself is a tool for building identical machine images for multiple platforms from a single source configuration. You can find more about Packer on its website and its GitHub repository.
Packer v1.7.0 or later is needed for this SDK. Versions of Packer prior to that release are still compatible with third-party plugins, but the plugins should use the plugin tooling from inside earlier versions of Packer to ensure complete API compatibility.
The Packer Plugin SDK is built in Go, and uses the support policy of Go as its support policy. The two latest major releases of Go are supported by the SDK.
Currently, that means Go 1.14 or later must be used when building a provider with the SDK.
See the Extending Packer docs for a guided tour of plugin development.
See the Extending Packer section on the Packer website.
Migrating to the standalone SDK v1 is covered on the Plugin SDK section of the website.
The Packer Plugin SDK is a Go module versioned using semantic versioning.