All Projects → pubkey → atomjsIDE

pubkey / atomjsIDE

Licence: GPL-3.0 license
The atom.io-IDE with all necessary plugins for fast javascript-programming. Build as a docker-container in linux.

Programming Languages

shell
77523 projects
Dockerfile
14818 projects

Build Status

atomjsIDE

This is a docker-container with the atom.io-IDE. It contains all necessary plugins for web-developement. (also for es6, typescript, docker, git, markdown, css, html and thousands more). The awesome font FiraCode is used as default.

THIS IS DOCKER, THIS WORKS WITH LINUX ONLY !

Install

  1. git clone https://github.com/pubkey/atomjsIDE.git
  2. cd atomjsIDE
  3. Edit the config.bash and include your workspace-folder
  4. sudo bash run.bash
  5. (It will take about 15 minutes when it runs for the first time.)

( optional to start the container without root )

  1. sudo usermod -a -G docker alice //replace alice with your username
  2. restart your system

Plugins

You can find a list of all installes plugins here

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].