{"id":25861690,"url":"https://github.com/quartercastle/nbcompile","last_synced_at":"2026-06-05T13:31:38.900Z","repository":{"id":57309096,"uuid":"104460911","full_name":"quartercastle/nbcompile","owner":"quartercastle","description":"Compile a NetBeans project from the terminal","archived":false,"fork":false,"pushed_at":"2018-06-10T11:37:58.000Z","size":200,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-29T09:43:03.906Z","etag":null,"topics":["cli","compile","java","netbeans","project"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/quartercastle.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}},"created_at":"2017-09-22T10:08:35.000Z","updated_at":"2018-06-10T11:37:59.000Z","dependencies_parsed_at":"2022-08-29T12:50:12.747Z","dependency_job_id":null,"html_url":"https://github.com/quartercastle/nbcompile","commit_stats":null,"previous_names":["kvartborg/nbcompile"],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/quartercastle/nbcompile","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quartercastle%2Fnbcompile","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quartercastle%2Fnbcompile/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quartercastle%2Fnbcompile/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quartercastle%2Fnbcompile/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/quartercastle","download_url":"https://codeload.github.com/quartercastle/nbcompile/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quartercastle%2Fnbcompile/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33944671,"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-05T02:00:06.157Z","response_time":120,"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":["cli","compile","java","netbeans","project"],"created_at":"2025-03-01T23:44:59.045Z","updated_at":"2026-06-05T13:31:38.883Z","avatar_url":"https://github.com/quartercastle.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# nbcompile\n[![npm version](https://img.shields.io/npm/v/nbcompile.svg)](https://www.npmjs.com/package/nbcompile)\n[![Build Status](https://travis-ci.org/kvartborg/nbcompile.svg?branch=master)](https://travis-ci.org/kvartborg/nbcompile)\n\nCompile NetBeans projects directly from your terminal.\n\n### Requirements\nThis script is using Apache [`Ant`](https://ant.apache.org/) under the hood to compile\nthe source, your need the latest version for this to work.\nSupported platforms are `macOS` and `linux`, it should work on `Windows`\nwith the bash emulator.\n\n### Install\nUse npm to install the script globally.\n```sh\nnpm install -g nbcompile\n```\nOr clone this repo and place the `nbcompile.sh` in `/usr/local/bin`.\n```sh\ngit clone https://github.com/kvartborg/nbcompile\ncp -a nbcompile/bin/nbcompile.sh /usr/local/bin/nbcompile\n```\n\n### Usage\nNavigate to a NetBeans project in your terminal and run the `nbcompile` command.\nThis will compile and run your java code like the NetBeans IDE.\n```sh\ncd my/netbeans/project\nnbc\n```\n\u003e The command is aliased as both `nbcompile` and `nbc`.\n\n#### Clean \u0026 build\nNetBeans clean and build feature is also supported by nbcompile, run the `clean` command and the project dist and build folder will be cleaned before execution.\n```sh\nnbc clean\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquartercastle%2Fnbcompile","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fquartercastle%2Fnbcompile","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquartercastle%2Fnbcompile/lists"}