Socket
Socket
Sign inDemoInstall

slush-vertx

Package Overview
Dependencies
375
Maintainers
2
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    slush-vertx

Scaffold tool for vertx


Version published
Weekly downloads
4
increased by300%
Maintainers
2
Created
Weekly downloads
 

Readme

Source

slush-vertx

NPM

Twitter

Scaffold with Slush your new Vert.x application!

slush-vertx is a collection of template driven code generators to scaffold Vert.x projects based on language and build tool used.

Generators

GeneratorDescriptionJavaKotlinJavascriptGroovyRuby
Vert.x Starter projectGenerate an empty project configured for Vert.x 3 Framework:heavy_check_mark::heavy_check_mark::heavy_check_mark::heavy_check_mark::heavy_check_mark:
Vert.x Web Server StarterGenerate 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:
Vert.x Web Server OpenAPI projectGenerate 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:
Vert.x Web Client OpenAPI projectGenerate a client based on a Swagger 2/OpenAPI 3 specification:heavy_check_mark::heavy_check_mark::x::heavy_check_mark::x:

List of supported build tools:

  • Maven
  • Gradle
  • NPM
  • NPM with jar packaging (thanks to Vert.x Webpack plugin)

If you want to add your own generator and/or build tool give a look at how to contribute

Install

  1. Install gulp.js
  2. Install Slush
  3. Install the slush-vertx generator
$ npm install -g gulp slush slush-vertx

Usage

Example of Vert.x Starter generator asciicast

Example of Vert.x Web Starter generator asciicast

Contribute

If you want to add a generator, add templates to an existing generator or something else give a look at how to contribute

Changelog

0.0.3

  • Fixed templates for Vert.x 3.5.0 release
  • Updated swagger2openapi

0.0.2

  • New life to the project!

License

MIT © Paulo Lopes and Francesco Guardiani

Keywords

FAQs

Last updated on 20 Oct 2017

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc