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 | 24 days 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. |
Packer builder plugin for Hetzner Cloud.
This plugin can be used to build provisioned images (snapshots) for Hetzner Cloud. Those can be later used for rapid deploying using Terraform (check the official plugin).
You'll need dep to install dependencies.
Clone the repository and run:
dep ensure
go build -o ~/.packer.d/plugins/packer-builder-hcloud
{
"builders": [
{
"type": "hcloud",
"token": "API_TOKEN",
"server_type": "cx11",
"source_image": "ubuntu-16.04",
"image_name": "some-image",
"location": "fsn1",
"datacenter": "fsn1-dc8",
"user_data": "",
"ssh_username": "root"
}
]
}
See m110/infrastructure-as-code for more complete example.
You can find server types and soure images querying the API.
ansible-remote
provider works only with paramiko connection.