Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/magayaga/kodigo
The successor of CyCode!
https://github.com/magayaga/kodigo
coffeescript javascript linux macos source-code-editor windows
Last synced: about 2 months ago
JSON representation
The successor of CyCode!
- Host: GitHub
- URL: https://github.com/magayaga/kodigo
- Owner: Magayaga
- License: mit
- Created: 2023-08-11T16:37:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-26T03:16:15.000Z (8 months ago)
- Last Synced: 2024-10-17T12:15:51.463Z (3 months ago)
- Topics: coffeescript, javascript, linux, macos, source-code-editor, windows
- Language: JavaScript
- Homepage:
- Size: 4.07 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Kodigo
**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.
Kodigo 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.
## Project Structure
Create a project directory and structure it as follows:```
kodigo/
├── package.json
└── src/
│ ├── assets/
│ │ ├── addons/
│ │ │ ├── edits/
│ │ │ ├── folds/
│ │ │ ├── hints/
│ │ │ └── selects/
│ │ ├── fonts/
│ │ ├── logos/
│ │ ├── modes/
│ │ ├── scripts/
│ │ ├── styles/
│ │ └── themes/
│ ├── index.html
│ └── about.html*
└── docs/
```## Getting start
**Running Kodigo**
```shell
# Download the Git
$ git clone https://github.com/magayaga/kodigo
$ cd kodigo# Install the npm dependencies
$ npm install# Running Electron framework
$ npm run kodigo
```**Building Kodigo**
```shell
# Default the operating system (Electron packager)
$ npm run kodigo-build
```**Running Kodigo with PHP**
```shell
# Download the Git
$ git clone https://github.com/magayaga/kodigo
$ cd kodigo/src# Download the PHP [https://www.php.net/]
$ php -S localhost:8080
```## Copyright and License
Copyright (c) 2023-2024 Cyril John MagayagaLicensed under the [MIT license](LICENSE).