{"id":28528219,"url":"https://github.com/compositionalit/cit-console-template","last_synced_at":"2025-09-08T16:46:15.268Z","repository":{"id":215323591,"uuid":"738653022","full_name":"CompositionalIT/cit-console-template","owner":"CompositionalIT","description":"Opinionated F# Console Application template","archived":false,"fork":false,"pushed_at":"2024-07-25T18:50:01.000Z","size":83,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-08-21T07:12:53.394Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Forth","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/CompositionalIT.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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}},"created_at":"2024-01-03T18:15:52.000Z","updated_at":"2024-07-25T18:50:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"0ca413c7-6833-43c3-b198-8ad7f97b7893","html_url":"https://github.com/CompositionalIT/cit-console-template","commit_stats":null,"previous_names":["compositionalit/cit-console-template"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/CompositionalIT/cit-console-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CompositionalIT%2Fcit-console-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CompositionalIT%2Fcit-console-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CompositionalIT%2Fcit-console-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CompositionalIT%2Fcit-console-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CompositionalIT","download_url":"https://codeload.github.com/CompositionalIT/cit-console-template/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CompositionalIT%2Fcit-console-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274217601,"owners_count":25243353,"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-08T02:00:09.813Z","response_time":121,"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-09T12:30:41.856Z","updated_at":"2025-09-08T16:46:15.253Z","avatar_url":"https://github.com/CompositionalIT.png","language":"Forth","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CIT F# Application Template\nAn opinionated F# application template.\n\n## Features\n\n### Configuration\n* **global.json** pinned to .NET 8\n* **VS Code** settings to hide inlay hints by default\n* **.gitignore** with common F# settings\n* **src/app** folder structure\n* **Directory.Build.props** file to enforce treating warnings as errors\n\n### Pre-installed dotnet tools\n* **Fantomas v6** pre-configured with `.editorconfig`\n* **Paket v8** with the following dependencies:\n    * FSharp.Core\n    * FSToolkit.ErrorHandling\n\n### Console App\n* Comes with a single standard console application\n* Comes with a solution file (seems to help Ionide finding the project for highlighting).\n\n## To install locally\n```bash\ndotnet new install ./\n```\n\n## To execute the template\n```bash\ndotnet new cit-app -o MyApp\n```\n\nwill give you a folder structure as follows:\n\n```\n.config\n    dotnet-tools.json\n.paket\n    Paket.Restore.targets\n.vscode\n    settings.json\nsrc\n    MyApp\n        MyApp.fsproj\n        paket.references\n        Program.fs\nMyApp.sln\n.editorconfig\n.gitignore\nDirectory.Build.props\nglobal.json\npaket.dependencies\npaket.lock\n```\n\nYou can then run the application from within the folder as follows:\n\n```bash\ndotnet run --project src/MyApp\n```\n\n## I've never used Paket!\nThis is an opinioniated template, but of course feel free to remove it or fork this repository.\n\n### Adding a package\n```bash\ncd src/MyApp\ndotnet paket add \u003cpackage name\u003e\n```\n### Removing a package\n```bash\ncd src/MyApp\ndotnet paket remove \u003cpackage name\u003e\n```\n### Safely updating all dependencies\n```bash\ndotnet paket update --keep-major\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcompositionalit%2Fcit-console-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcompositionalit%2Fcit-console-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcompositionalit%2Fcit-console-template/lists"}