Skip to content
forked from pubkey/atomjsIDE

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

License

Notifications You must be signed in to change notification settings

hharzer/atomjsIDE

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 52.5%
  • Dockerfile 47.5%