Skip to content
This repository has been archived by the owner on Jun 21, 2020. It is now read-only.
/ c9-plugin Public archive

Cloud 9 plugin to enhance BreatheCodes's experience on students.

Notifications You must be signed in to change notification settings

breatheco-de/c9-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cloud 9 (C9) Plugin/Extension for BreatheCode Users

Maintenance GitHub license

All of Breathe Code's functionality inside the C9 Coding Editor.

Installation

  1. Using your command line, download the initialization script:
$ wget https://raw.githubusercontent.com/breatheco-de/c9-plugin/master/init.js

✏️ You will find a new file in your workspace root with the name init.js.

  1. Copy the content of the downloaded file init.js inside your menu: Cloud 9 -> Open Your Init Script.

  2. Press control + enter to apply the changes to Cloud 9.

Animated Installation Tutorial

What does this plugin do?

  • It ads a menu on the top called "BreatheCode" with shortcuts to boilerplates and other interesting stuff for the students.
  • It will install node v8 and keep it that way.
  • It installs pyenv, that way you have access to last version of python.
  • It makes vailable lots of bash scripts that will make your life easier: Installing MySQL, Installing Postgree, Installing PHP 6, etc. Here is the full here is the full list of bash scripts

For the future

  • We plan to start collecting data from your console errors, etc. The idea is to know more about you and how can we help you, this is not implemented yet and we would ask for your permision once we do it.