{"id":15138565,"url":"https://github.com/pmlopes/slush-vertx","last_synced_at":"2025-09-29T07:32:13.740Z","repository":{"id":57363663,"uuid":"88743692","full_name":"pmlopes/slush-vertx","owner":"pmlopes","description":null,"archived":true,"fork":false,"pushed_at":"2019-03-26T10:34:45.000Z","size":534,"stargazers_count":36,"open_issues_count":8,"forks_count":4,"subscribers_count":10,"default_branch":"master","last_synced_at":"2024-11-20T17:12:17.941Z","etag":null,"topics":["boilerplate","generator","scaffold","slush","slushgenerator","vertx"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pmlopes.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-04-19T12:42:00.000Z","updated_at":"2023-01-28T18:43:48.000Z","dependencies_parsed_at":"2022-09-06T21:41:09.566Z","dependency_job_id":null,"html_url":"https://github.com/pmlopes/slush-vertx","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pmlopes%2Fslush-vertx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pmlopes%2Fslush-vertx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pmlopes%2Fslush-vertx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pmlopes%2Fslush-vertx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pmlopes","download_url":"https://codeload.github.com/pmlopes/slush-vertx/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234600846,"owners_count":18858545,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["boilerplate","generator","scaffold","slush","slushgenerator","vertx"],"created_at":"2024-09-26T07:41:31.413Z","updated_at":"2025-09-29T07:32:08.412Z","avatar_url":"https://github.com/pmlopes.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# This project has been replaced with https://github.com/pmlopes/vertx-starter\n\n\n# slush-vertx\n\n[![NPM](https://nodei.co/npm/slush-vertx.png?downloads=true\u0026downloadRank=true\u0026stars=true)](https://nodei.co/npm/slush-vertx/)\n\n[![Twitter](https://img.shields.io/twitter/url/https/github.com/pmlopes/slush-vertx.svg?style=social)](https://twitter.com/intent/tweet?text=Wow:\u0026url=%5Bobject%20Object%5D)\n\nScaffold with [Slush][slush-url] your new Vert.x application!\n\nslush-vertx is a collection of template driven code generators to scaffold Vert.x projects based on language and build tool used.\n\n## Generators\n\n| Generator | Description | Java | Kotlin | Javascript | Groovy | Ruby |\n|-----------|-------------|------|--------|------------|--------|------|\n| **Vert.x Starter project** | Generate an empty project configured for Vert.x 3 Framework |:heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |\n| **Vert.x Web Server Starter** | Generate a skeleton with sources and tests for Vert.x 3 Web powered REST server | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :x: | :x: |\n| **Vert.x Web Server OpenAPI project** | Generate a skeleton based on Swagger 2/OpenAPI 3 specification with sources and tests for Vert.x 3 Web powered REST server | :heavy_check_mark: | :heavy_check_mark: | :x: | :heavy_check_mark: | :x: |\n| **Vert.x Web Client OpenAPI project** | Generate a client based on a Swagger 2/OpenAPI 3 specification | :heavy_check_mark: | :heavy_check_mark: | :x: | :heavy_check_mark: | :x: |\n\nList of supported build tools:\n\n* Maven\n* Gradle\n* NPM\n* NPM with jar packaging (thanks to [Vert.x Webpack plugin](https://github.com/pmlopes/webpack-vertx-plugin))\n\nIf you want to add your own generator and/or build tool give a look at [how to contribute](https://github.com/pmlopes/slush-vertx/wiki/How-to-contribute)\n\n## Install\n\n1. Install [`gulp.js`][gulp-url]\n2. Install [Slush][slush-url]\n3. Install the [`slush-vertx`][generator-url] generator\n\n```sh\n$ npm install -g gulp slush slush-vertx\n```\n\n## Usage\n\nExample of Vert.x Starter generator\n[![asciicast](./demo.gif)](https://asciinema.org/a/lR23OQrMnDY6zZNggh8kgUAE4)\n\nExample of Vert.x Web Starter generator\n[![asciicast](./demo2.gif)](https://asciinema.org/a/DOZ639zUxksoMo4PxDUc12sNO)\n\n## Contribute\n\nIf you want to add a generator, add templates to an existing generator or something else give a look at [how to contribute](https://github.com/pmlopes/slush-vertx/wiki/How-to-contribute)\n\n## Changelog\n\n### 0.0.3\n\n* Fixed templates for Vert.x 3.5.0 release\n* Updated `swagger2openapi`\n\n### 0.0.2\n\n* New life to the project!\n\n## License\n\nMIT © [Paulo Lopes](http://jetdrone.xyz) and [Francesco Guardiani](http://slinkydeveloper.github.io)\n\n[slush-url]: http://slushjs.github.io\n[gulp-url]: http://gulpjs.com\n[generator-url]: https://github.com/pmlopes/slush-vertx\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpmlopes%2Fslush-vertx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpmlopes%2Fslush-vertx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpmlopes%2Fslush-vertx/lists"}