https://github.com/hechoendrupal/drupal-console-desktop
A cross platform UI for Drupal Console
https://github.com/hechoendrupal/drupal-console-desktop
Last synced: 11 months ago
JSON representation
A cross platform UI for Drupal Console
- Host: GitHub
- URL: https://github.com/hechoendrupal/drupal-console-desktop
- Owner: hechoendrupal
- License: cc0-1.0
- Created: 2016-02-25T16:07:48.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-22T23:00:41.000Z (about 10 years ago)
- Last Synced: 2025-07-03T16:33:39.161Z (12 months ago)
- Language: JavaScript
- Size: 124 KB
- Stars: 6
- Watchers: 4
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Drupal Console Desktop
A cross platform UI for [Drupal Console](https://drupalconsole.com/)
Originally started by William Hetherington [@willwh](https://github.com/willwh)
## To Use
To clone and run this repository you'll need [Git](https://git-scm.com) and [Node.js](https://nodejs.org/en/download/) (which comes with [npm](http://npmjs.com)) installed on your computer.
From your command line execute:
```bash
# Clone this repository
git clone https://github.com/hechoendrupal/drupal-console-desktop
# Go into the repository
cd dcapp
# Install dependencies and run the app
npm install
npm start
```
## Tools
Currently we're using [shelljs](https://github.com/shelljs/shelljs) to run console via the main process.
Messaging between the main process and the renderer process is being done using [ipc-main](https://github.com/atom/electron/blob/master/docs/api/ipc-main.md) and [ipc-renderer](https://github.com/atom/electron/blob/master/docs/api/ipc-renderer.md)
Learn more about Electron and its API in the [documentation](http://electron.atom.io/docs/latest).
## Chat
Come and chat with us in [Gitter.im](https://gitter.im/hechoendrupal/DrupalConsole)
#### License [CC0 (Public Domain)](LICENSE.md)