Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/pubkey/atomjsIDE
- Owner: pubkey
- License: gpl-3.0
- Created: 2016-03-30T19:02:18.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-03-30T21:17:55.000Z (over 5 years ago)
- Last Synced: 2024-05-02T06:13:37.587Z (6 months ago)
- Language: Shell
- Size: 115 KB
- Stars: 13
- Watchers: 6
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - pubkey/atomjsIDE - The atom.io-IDE with all necessary plugins for fast javascript-programming. Build as a docker-container in linux. (others)
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)