Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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!

Awesome Lists containing this project

README

        



Kodigo Logo

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 Magayaga

Licensed under the [MIT license](LICENSE).