{"id":21674754,"url":"https://github.com/dashaun/initializr-plusplus","last_synced_at":"2025-04-12T04:24:20.937Z","repository":{"id":65682954,"uuid":"481338730","full_name":"dashaun/initializr-plusplus","owner":"dashaun","description":"CLI used to consistently modify applications generated by Spring Initializr","archived":false,"fork":false,"pushed_at":"2025-03-08T15:51:19.000Z","size":220,"stargazers_count":16,"open_issues_count":4,"forks_count":5,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-10T15:02:17.816Z","etag":null,"topics":["spring","spring-boot","spring-initializr","spring-shell"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dashaun.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2022-04-13T18:54:38.000Z","updated_at":"2025-04-09T10:21:17.000Z","dependencies_parsed_at":"2024-04-25T03:42:56.417Z","dependency_job_id":"8ceaed12-f645-49be-8c76-28ff3c97e9cb","html_url":"https://github.com/dashaun/initializr-plusplus","commit_stats":null,"previous_names":[],"tags_count":40,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dashaun%2Finitializr-plusplus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dashaun%2Finitializr-plusplus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dashaun%2Finitializr-plusplus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dashaun%2Finitializr-plusplus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dashaun","download_url":"https://codeload.github.com/dashaun/initializr-plusplus/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248514997,"owners_count":21117089,"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":["spring","spring-boot","spring-initializr","spring-shell"],"created_at":"2024-11-25T13:49:22.062Z","updated_at":"2025-04-12T04:24:20.916Z","avatar_url":"https://github.com/dashaun.png","language":"Java","readme":"[![Contributors][contributors-shield]][contributors-url]\n[![Forks][forks-shield]][forks-url]\n[![Stargazers][stars-shield]][stars-url]\n[![Issues][issues-shield]][issues-url]\n[![License][license-shield]][license-url]\n\n[![tagged-linux](https://github.com/dashaun/spring-initializer-next-step/actions/workflows/tagged-linux.yml/badge.svg)](https://github.com/dashaun/spring-initializer-next-step/actions/workflows/tagged-linux.yml)\n[![tagged-windows](https://github.com/dashaun/spring-initializer-next-step/actions/workflows/tagged-windows.yml/badge.svg)](https://github.com/dashaun/spring-initializer-next-step/actions/workflows/tagged-windows.yml)\n[![tagged-macos](https://github.com/dashaun/spring-initializer-next-step/actions/workflows/tagged-macos.yml/badge.svg)](https://github.com/dashaun/spring-initializer-next-step/actions/workflows/tagged-macos.yml)\n\n# initializr-plusplus\n### CLI for making changes to [Spring Initializr](https://start.spring.io) projects.\n\n- Use [Spring Initializr](https://start.spring.io) it is awesome, I highly recommend it.\n- Then get your project to production.\n- This tool decreases the amount of time between `T-Initialize` and `T-Production`\n  - This improves the `Fifth Metric` Mean Time To Dopamine (MTTD)\n- This tool provides commands via CLI and interactive shell\n  - Add the `jgitver-maven-plugin` and `os-maven-plugin` as Maven Extensions\n  - Update the `project-description`\n  - Update the `project-name`\n  - Update the `project-version`\n  - Enable all `actuator` management endpoints\n  - Update `spring-cloud-function-context` to a specific starter\n\n## | [Quick Start](#quick-start) | [Usage](#usage) | [Built With](#built-with) | [Develop](#develop) |\n\n## Quick Start\n\nDownload the latest release and put it on your path.\n\n```bash\n# Download \ncurl -L https://github.com/dashaun/initializr-plusplus/releases/download/v#.#.#/initializr-plusplus-linux-amd64 --output initializr-plusplus\n# Download and extract an example project from start.sprint.io\ncurl https://start.spring.io/starter.tgz -d dependencies=web,data-jpa -d type=maven-project -d baseDir=./ | tar -xzvf -\n# Use help command\n./initializr-plusplus help\n# Add extensions\n./initializr-plusplus extensions\n# Interactive mode\n./initializr-plusplus\n```\n\n## Usage\n\n```text\nAVAILABLE COMMANDS\n\nApplication Config Commands\n       expose-mgmt: expose all management endpoints via web\n\nBuilt-In Commands\n       help: Display help about available commands\n       history: Display or save the history of previously run commands\n       version: Show version info\n       script: Read and execute commands from a file.\n\nCloud Function Example\n       hello-world-function-bean: Update DemoApplication with 'Hello World' @Bean Function\n\nMaven Extension Commands\n       extensions: add mvn extensions and config\n\nPom File Commands\n       native-maven-plugin: Support for GraalVM native-image compiler.\n       multi-arch-builder: Add multi-architecture builder support.\n       project-name: Update the project name\n       tiny-buildpack-profile: Create Native OCI Images with paketobuildpacks/builder:tiny\n       project-version: Update the project version\n       lambda-profile: Add AWS Lambda profile for Spring Cloud Functions\n       webflux-profile: Add a 'webflux' profile for Spring Cloud Functions\n       project-description: Update the project description\n```\n\n## Built with:\n\n* [Spring Shell](https://spring.io/projects/spring-shell)\n\n## Develop\n\n### Normal build\n\n- `./mvnw clean package`\n- `java -jar target/plusplus-0.0.2.jar`\nor\n- `./mvnw spring-boot:run`\n\n### Native build\n\n- `./mvnw -Pnative clean native:compile -DskipTests`\n\n### Release\n\n- `git tag v#.#.#`\n- `git push origin v#.#.#`\n\n\u003e gh release upload v#.#.# target/initializr-plusplus-$OS-$ARCH\n\n### Roadmap\n\nSee the [open issues](https://github.com/dashaun/initializr-plusplus/issues) for a list of proposed features (and known issues).\n\n### Notes\n\nBefore running `native:compile` on Windows\n\u003e C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\BuildTools\\VC\\Auxiliary\\Build\\vcvars64.bat\n\u003e \n### Contributing\n\nPull-requests are welcomed!\n\n### License\n\nDistributed under the Apache-2.0 License. See `LICENSE` for more information.\n\n[contributors-shield]: https://img.shields.io/github/contributors/dashaun/spring-initializer-next-step.svg?style=for-the-badge\n[contributors-url]: https://github.com/dashaun/spring-initializer-next-step/graphs/contributors\n[forks-shield]: https://img.shields.io/github/forks/dashaun/spring-initializer-next-step.svg?style=for-the-badge\n[forks-url]: https://github.com/dashaun/spring-initializer-next-step/network/members\n[stars-shield]: https://img.shields.io/github/stars/dashaun/spring-initializer-next-step.svg?style=for-the-badge\n[stars-url]: https://github.com/dashaun/spring-initializer-next-step/stargazers\n[issues-shield]: https://img.shields.io/github/issues/dashaun/spring-initializer-next-step.svg?style=for-the-badge\n[issues-url]: https://github.com/dashaun/spring-initializer-next-step/issues\n[license-shield]: https://img.shields.io/github/license/dashaun/spring-initializer-next-step.svg?style=for-the-badge\n[license-url]: https://github.com/dashaun/spring-initializer-next-step/blob/master/LICENSE.txt\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdashaun%2Finitializr-plusplus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdashaun%2Finitializr-plusplus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdashaun%2Finitializr-plusplus/lists"}