{"id":30705109,"url":"https://github.com/nickscha/fpc","last_synced_at":"2025-09-02T18:10:13.872Z","repository":{"id":311791114,"uuid":"1045056954","full_name":"nickscha/fpc","owner":"nickscha","description":"The \"Fast Project Creator\" is my small personal tool that creates a new project structure with github actions, documentation, ...","archived":false,"fork":false,"pushed_at":"2025-08-26T17:36:48.000Z","size":20,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-26T21:51:58.937Z","etag":null,"topics":["project-template","simple-project","tool"],"latest_commit_sha":null,"homepage":"","language":"C","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/nickscha.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}},"created_at":"2025-08-26T15:36:39.000Z","updated_at":"2025-08-26T17:36:52.000Z","dependencies_parsed_at":"2025-08-26T21:52:01.087Z","dependency_job_id":"9559fd7d-2bfb-474c-b0c9-5afc2e444a0b","html_url":"https://github.com/nickscha/fpc","commit_stats":null,"previous_names":["nickscha/fpc"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/nickscha/fpc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickscha%2Ffpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickscha%2Ffpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickscha%2Ffpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickscha%2Ffpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nickscha","download_url":"https://codeload.github.com/nickscha/fpc/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickscha%2Ffpc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273326467,"owners_count":25085756,"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","status":"online","status_checked_at":"2025-09-02T02:00:09.530Z","response_time":77,"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":["project-template","simple-project","tool"],"created_at":"2025-09-02T18:10:11.566Z","updated_at":"2025-09-02T18:10:13.853Z","avatar_url":"https://github.com/nickscha.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# fpc\n\nThe **Fast Project Creator** is a personal tool designed to quickly generate a new project structure. It's built to streamline the setup process for new C projects, pre-populating them with common elements like **GitHub Actions**, **documentation templates**, and a consistent file structure. This saves you from the repetitive work of setting up boilerplate code and configuration files for each new project.\n\n---\n\n## Key Features\n\n* **Automated Project Generation:** Rapidly creates a complete project directory.\n* **Customizable Templates:** Uses a C89 `nostdlib` template, allowing you to easily create portable C projects without relying on the standard library.\n* **Placeholder Replacements:** Prompts you for key project details like the author, project name, and version, then automatically replaces placeholders in the generated files.\n* **Integrated GitHub Actions:** Sets up a basic CI/CD workflow, ready to go for your new GitHub repository.\n\n---\n\n## Quick Start\n\n### Prerequisites\n\nTo run FPC, you only need the **Java Development Kit (JDK)** installed on your system.\n\n### Running the Tool\n\n1.  **Clone the repository:**\n    ```sh\n    git clone [https://github.com/nickscha/fpc.git](https://github.com/nickscha/fpc.git)\n    cd fpc\n    ```\n2.  **Run the Java file:**\n    ```sh\n    java FPC.java\n    ```\n    This will launch an interactive prompt in your terminal.\n3.  **Configure your project:**\n    Follow the on-screen prompts to customize your project details. You can either press `Enter` to accept the default value for each field or type a new value.\n\n    ```sh\n    [fpc] ###########################################################\n    [fpc] Press Enter to keep the default value or enter a new value.\n    [fpc] ###########################################################\n    [fpc] {{OUTPUT_DIR}}       [default: target              ]: my-awesome-project\n    [fpc] {{AUTHOR}}           [default: nickscha            ]: Your Name\n    [fpc] {{YEAR}}             [default: 2025                ]: \n    [fpc] {{VERSION}}          [default: v0.1                ]: 1.0.0\n    [fpc] {{LIB_NAME_SHORT}}   [default: vgg                 ]: mylib\n    [fpc] {{LIB_NAME_LONG}}    [default: Vector Graphics generator]: My Awesome Library\n    [fpc] {{DESCRIPTION}}      [default: A C89 standard compliant, single header, nostdlib (no C Standard Library) Vector Graphics generator (VGG).]: A new library for doing awesome stuff.\n    [fpc] finished\n    ```\n\n    After you complete the prompts, FPC will create a new directory (e.g., `my-awesome-project`) populated with your new project structure.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnickscha%2Ffpc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnickscha%2Ffpc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnickscha%2Ffpc/lists"}