{"id":28672882,"url":"https://github.com/form8ion/java","last_synced_at":"2026-06-11T08:01:21.710Z","repository":{"id":221456659,"uuid":"754418516","full_name":"form8ion/java","owner":"form8ion","description":"Java language plugin for the @form8ion toolset","archived":false,"fork":false,"pushed_at":"2026-06-07T05:56:56.000Z","size":2770,"stargazers_count":0,"open_issues_count":10,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-06-07T07:19:56.944Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://npm.im/@form8ion/java","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/form8ion.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,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-02-08T02:12:19.000Z","updated_at":"2026-06-07T05:56:59.000Z","dependencies_parsed_at":"2025-12-04T02:00:58.367Z","dependency_job_id":null,"html_url":"https://github.com/form8ion/java","commit_stats":null,"previous_names":["form8ion/java"],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/form8ion/java","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/form8ion%2Fjava","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/form8ion%2Fjava/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/form8ion%2Fjava/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/form8ion%2Fjava/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/form8ion","download_url":"https://codeload.github.com/form8ion/java/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/form8ion%2Fjava/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34188272,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-11T02:00:06.485Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2025-06-13T20:01:12.674Z","updated_at":"2026-06-11T08:01:21.693Z","avatar_url":"https://github.com/form8ion.png","language":"JavaScript","funding_links":[],"categories":["Scaffolding"],"sub_categories":["Official"],"readme":"# java\n\nJava language plugin for the @form8ion toolset\n\n\u003c!--status-badges start --\u003e\n\n[![Node CI Workflow Status][github-actions-ci-badge]][github-actions-ci-link]\n[![Codecov][coverage-badge]][coverage-link]\n![SLSA Level 2][slsa-badge]\n\n\u003c!--status-badges end --\u003e\n\n## Table of Contents\n\n* [Features](#features)\n  * [`scaffold`](#scaffold)\n* [Usage](#usage)\n  * [Installation](#installation)\n  * [Example](#example)\n    * [Import](#import)\n    * [Execute](#execute)\n  * [API](#api)\n    * [`scaffold`](#scaffold-1)\n      * [`projectRoot` __string__ (_required_)](#projectroot-string-required)\n      * [`projectName` __string__ (_required_)](#projectname-string-required)\n* [Contributing](#contributing)\n  * [Dependencies](#dependencies)\n  * [Verification](#verification)\n\n## Features\n\n### `scaffold`\n\n* creates a [minimal POM](https://maven.apache.org/guides/introduction/introduction-to-the-pom.html#Minimal_POM)\n\n## Usage\n\n\u003c!--consumer-badges start --\u003e\n\n[![MIT license][license-badge]][license-link]\n[![npm][npm-badge]][npm-link]\n[![Try @form8ion/java on RunKit][runkit-badge]][runkit-link]\n\n\u003c!--consumer-badges end --\u003e\n\n### Installation\n\n```sh\n$ npm install @form8ion/java --save\n```\n\n### Example\n\n#### Import\n\n```javascript\nimport {scaffold, lift, test} from '@form8ion/java';\n```\n\n#### Execute\n\n```javascript\n(async () =\u003e {\n  const projectRoot = process.cwd();\n\n  await scaffold({projectRoot, projectName: 'project-name'});\n\n  if (await test({projectRoot})) {\n    await lift({projectRoot, vcs: {}});\n  }\n})();\n```\n\n### API\n\n#### `scaffold`\n\n##### `projectRoot` __string__ (_required_)\n\npath to the root of the project\n\n##### `projectName` __string__ (_required_)\n\nname of the project\n\n## Contributing\n\n\u003c!--contribution-badges start --\u003e\n\n[![Commitizen friendly][commitizen-badge]][commitizen-link]\n[![Conventional Commits][commit-convention-badge]][commit-convention-link]\n[![semantic-release: angular][semantic-release-badge]][semantic-release-link]\n[![Renovate][renovate-badge]][renovate-link]\n[![PRs Welcome][PRs-badge]][PRs-link]\n\n\u003c!--contribution-badges end --\u003e\n\n### Dependencies\n\n```sh\n$ nvm install\n$ npm install\n```\n\n### Verification\n\n```sh\n$ npm test\n```\n\n[commitizen-link]: http://commitizen.github.io/cz-cli/\n\n[commitizen-badge]: https://img.shields.io/badge/commitizen-friendly-brightgreen.svg\n\n[commit-convention-link]: https://conventionalcommits.org\n\n[commit-convention-badge]: https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg\n\n[semantic-release-link]: https://github.com/semantic-release/semantic-release\n\n[semantic-release-badge]: https://img.shields.io/badge/semantic--release-angular-e10079?logo=semantic-release\n\n[renovate-link]: https://renovatebot.com\n\n[renovate-badge]: https://img.shields.io/badge/renovate-enabled-brightgreen.svg?logo=renovatebot\n\n[PRs-link]: https://makeapullrequest.com\n\n[PRs-badge]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg\n\n[github-actions-ci-link]: https://github.com/form8ion/java/actions?query=workflow%3A%22Node.js+CI%22+branch%3Amaster\n\n[github-actions-ci-badge]: https://img.shields.io/github/actions/workflow/status/form8ion/java/node-ci.yml.svg?branch=master\u0026logo=github\n\n[coverage-link]: https://codecov.io/github/form8ion/java\n\n[coverage-badge]: https://img.shields.io/codecov/c/github/form8ion/java?logo=codecov\n\n[slsa-badge]: https://slsa.dev/images/gh-badge-level2.svg\n\n[license-link]: LICENSE\n\n[license-badge]: https://img.shields.io/github/license/form8ion/java.svg?logo=opensourceinitiative\n\n[npm-link]: https://www.npmjs.com/package/@form8ion/java\n\n[npm-badge]: https://img.shields.io/npm/v/@form8ion/java?logo=npm\n\n[runkit-link]: https://npm.runkit.com/@form8ion/java\n\n[runkit-badge]: https://badge.runkitcdn.com/@form8ion/java.svg\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fform8ion%2Fjava","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fform8ion%2Fjava","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fform8ion%2Fjava/lists"}