Skip to content

shivamacs/electra-code

Repository files navigation

This project is under development, contributing to this in my free time.

Electra Code

Code and build modern applications quickly and effectively. Built using Electron framework.

Demo

Features

  • Desktop application
  • Inbuilt file explorer (integrated js-tree, a jquery plugin)
  • Inbuilt terminal (integrated xterm, a terminal emulator)

Setup & Install

Requirements

Install Nodejs

Clone this repository

$ git clone https://github.com/shivamacs/electra-code.git
$ cd electra-code

Install packages

/electra-code$ npm install

Run

/electra-code$ npm start

Pending features

  • Save code state in between file switching and also update code on file system.
  • Add more keyboard shortcuts.
  • Add theming functionality.
  • Optimise data loading in file explorer.
  • Improve terminal functionality.
  • Make components resizable.