Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pubkey/atomjsIDE

The atom.io-IDE with all necessary plugins for fast javascript-programming. Build as a docker-container in linux.
https://github.com/pubkey/atomjsIDE

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        

[![Build Status](https://travis-ci.org/pubkey/atomjsIDE.svg?branch=master)](https://travis-ci.org/pubkey/atomjsIDE)

# atomjsIDE
This is a docker-container with the [atom.io](https://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](https://github.com/tonsky/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 )
6. `sudo usermod -a -G docker alice` //replace alice with your username
7. restart your system

## Plugins
You can find a list of all installes plugins [here](./mapped/packages.txt)