{"id":17382092,"url":"https://github.com/magayaga/kodigo","last_synced_at":"2026-04-02T03:03:58.031Z","repository":{"id":244653836,"uuid":"677467081","full_name":"Magayaga/kodigo","owner":"Magayaga","description":"The successor of CyCode!","archived":false,"fork":false,"pushed_at":"2024-05-26T03:16:15.000Z","size":4266,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-27T20:45:02.619Z","etag":null,"topics":["coffeescript","javascript","linux","macos","source-code-editor","windows"],"latest_commit_sha":null,"homepage":"","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/Magayaga.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}},"created_at":"2023-08-11T16:37:13.000Z","updated_at":"2024-05-26T03:16:19.000Z","dependencies_parsed_at":"2024-06-16T13:00:02.376Z","dependency_job_id":"3f0b2b59-3b2f-4a2f-bd42-a48456282fdb","html_url":"https://github.com/Magayaga/kodigo","commit_stats":null,"previous_names":["magayaga/kodigo"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Magayaga/kodigo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Magayaga%2Fkodigo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Magayaga%2Fkodigo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Magayaga%2Fkodigo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Magayaga%2Fkodigo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Magayaga","download_url":"https://codeload.github.com/Magayaga/kodigo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Magayaga%2Fkodigo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279005651,"owners_count":26083942,"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-10-10T02:00:06.843Z","response_time":62,"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":["coffeescript","javascript","linux","macos","source-code-editor","windows"],"created_at":"2024-10-16T07:35:29.755Z","updated_at":"2025-10-11T00:35:50.586Z","avatar_url":"https://github.com/Magayaga.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/magayaga/kodigo\"\u003e\n    \u003cimg src=\"assets/logo/kodigo.svg\" alt=\"Kodigo Logo\" width=\"200\" height=\"auto\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003ch1 align=\"center\"\u003eKodigo\u003c/h1\u003e\n\n**Kodigo** (Filipino for **\"Code\"**) is a free and open-source source-code editor was created and developed by [Cyril John Magayaga](https://github.com/magayaga). It is written in HTML, CSS, JavaScript, and CoffeeScript. \n\nKodigo is successor of [CyCode](https://github.com/magayagalabs/CyCode). CyCode is a free and open-source **HTML** Editor, **Markdown** Editor, and **WYSIWYG** Editor unlike syntax highlighting, code snippets, code refactoring, and intelligent code completion.\n\n## Project Structure\nCreate a project directory and structure it as follows:\n\n```\nkodigo/\n├── package.json\n└── src/\n│   ├── assets/\n│   │   ├── addons/\n│   │   │   ├── edits/\n│   │   │   ├── folds/\n│   │   │   ├── hints/\n│   │   │   └── selects/\n│   │   ├── fonts/\n│   │   ├── logos/\n│   │   ├── modes/\n│   │   ├── scripts/\n│   │   ├── styles/\n│   │   └── themes/\n│   ├── index.html\n│   └── about.html*\n└── docs/\n```\n\n## Getting start\n\n**Running Kodigo**\n\n```shell\n# Download the Git\n$ git clone https://github.com/magayaga/kodigo\n$ cd kodigo\n\n# Install the npm dependencies\n$ npm install\n\n# Running Electron framework\n$ npm run kodigo\n```\n\n**Building Kodigo**\n\n```shell\n# Default the operating system (Electron packager)\n$ npm run kodigo-build\n```\n\n**Running Kodigo with PHP**\n\n```shell\n\n# Download the Git\n$ git clone https://github.com/magayaga/kodigo\n$ cd kodigo/src\n\n# Download the PHP [https://www.php.net/]\n$ php -S localhost:8080\n```\n\n## Copyright and License\nCopyright (c) 2023-2024 Cyril John Magayaga\n\nLicensed under the [MIT license](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmagayaga%2Fkodigo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmagayaga%2Fkodigo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmagayaga%2Fkodigo/lists"}