{"id":14990370,"url":"https://github.com/ken-okabe/vanfs","last_synced_at":"2025-06-15T09:35:29.795Z","repository":{"id":230245661,"uuid":"778852185","full_name":"ken-okabe/vanfs","owner":"ken-okabe","description":"🍦 VanFS: 1:1 bindings from F# to 🍦VanJS (an ultra-lightweight , zero-dependency , and unopinionated Reactive UI framework based on pure vanilla JavaScript and DOM without React/JSX) + WebComponents + micro FRP","archived":false,"fork":false,"pushed_at":"2025-03-05T07:55:51.000Z","size":432,"stargazers_count":23,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-12T02:11:32.488Z","etag":null,"topics":["cross-platform","fable","front-end-development","frp","fsharp","functional-programming","functional-reactive-programming","monad","state-management","timeline","typescript","vanfs","vanjs","web-application","webcomponents"],"latest_commit_sha":null,"homepage":"https://vanjs.org","language":"F#","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/ken-okabe.png","metadata":{"files":{"readme":"README-fsharpVSCode.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":"2024-03-28T14:35:19.000Z","updated_at":"2025-03-16T08:08:46.000Z","dependencies_parsed_at":"2024-04-06T03:29:28.633Z","dependency_job_id":"50e45d09-fe26-4884-bbfb-1bbc91ffeddf","html_url":"https://github.com/ken-okabe/vanfs","commit_stats":{"total_commits":221,"total_committers":1,"mean_commits":221.0,"dds":0.0,"last_synced_commit":"08507a7a3e99edd4de1faaa16a655f97c753ad69"},"previous_names":["ken-okabe/vanfs"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ken-okabe/vanfs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ken-okabe%2Fvanfs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ken-okabe%2Fvanfs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ken-okabe%2Fvanfs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ken-okabe%2Fvanfs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ken-okabe","download_url":"https://codeload.github.com/ken-okabe/vanfs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ken-okabe%2Fvanfs/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259952457,"owners_count":22936956,"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":["cross-platform","fable","front-end-development","frp","fsharp","functional-programming","functional-reactive-programming","monad","state-management","timeline","typescript","vanfs","vanjs","web-application","webcomponents"],"created_at":"2024-09-24T14:19:58.246Z","updated_at":"2025-06-15T09:35:29.766Z","avatar_url":"https://github.com/ken-okabe.png","language":"F#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# F# Settings on VSCode\n\nIf you are new to F# and using [VSCode](https://code.visualstudio.com/) , Create a new Profile.\n\n![image](https://raw.githubusercontent.com/ken-okabe/web-images4/main/img_1714364045993.png)\n\nThis project includes a  `.vscode/extensions.json`  file that prompts to install the following extensions.\n\n![image](https://raw.githubusercontent.com/ken-okabe/web-images4/main/img_1714363435870.png)\n\n---\n\n**Settings**  in the newly created profile can be as below:\n\n![image](https://raw.githubusercontent.com/ken-okabe/web-images4/main/img_1714364148941.png)\n\n![image](https://raw.githubusercontent.com/ken-okabe/web-images4/main/img_1714364195266.png)\n\n**setting.json**\n\n```json\n{\n    \"files.autoSave\": \"afterDelay\",\n    \"files.autoSaveDelay\": 500,\n    \"files.trimTrailingWhitespace\": true,\n    \"workbench.startupEditor\": \"none\",\n    \"workbench.colorTheme\": \"One Monokai\",\n    \"workbench.colorCustomizations\": {\n        \"terminal.background\":\"#002b36\"\n    },\n    \"terminal.integrated.fontFamily\": \"MesloLGS NF\",\n    \"terminal.integrated.cursorBlinking\": true,\n    \"terminal.integrated.cursorStyle\": \"line\",\n    \"terminal.integrated.minimumContrastRatio\": 1,\n    \"terminal.integrated.profiles.linux\": {\n        \"zsh\": {\n            \"path\": \"/usr/bin/zsh\",\n            \"args\": []\n        }\n    },\n    \"terminal.integrated.defaultProfile.linux\": \"zsh\",\n    \"terminal.integrated.env.linux\": {\n            \"$SHELL\":\"/usr/bin/zsh\"\n      },\n    \"editor.fontSize\": 16,\n    \"editor.codeLensFontSize\": 16,\n    \"editor.codeLensFontFamily\":\n    \"'Droid Sans Mono', 'monospace', monospace\",\n \n \n    \"FSharp.lineLens.enabled\": \"always\",\n    \"FSharp.inlayHints.parameterNames\": false,\n    \"FSharp.inlayHints.typeAnnotations\": false,\n    \"FSharp.codeLenses.references.enabled\": false,\n    \"FSharp.fsac.parallelReferenceResolution\": true,\n    \"FSharp.showExplorerOnStartup\": false,\n    \"FSharp.showProjectExplorerIn\": \"explorer\"\n }\n \n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fken-okabe%2Fvanfs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fken-okabe%2Fvanfs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fken-okabe%2Fvanfs/lists"}