Skip to content

Files

Latest commit

eaca173 · Feb 13, 2016

History

History
36 lines (24 loc) · 803 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 803 Bytes

CodeRoad Atom plugin

Interactive coding tutorials inside of the Atom editor.

** Currently early alpha. Expect issues & changes. **

Setup

Install Atom Package
apm install atom-coderoad
Enable Autosave

To enable autosave in Atom, go to Atom > Preferences > Packages > search for "autosave" > settings > check "enabled".

Roadmap

v1.0.0
  • Log button
  • Autorun test setting
  • Improved test failure display
  • Lint for input errors before running (ESLint)
  • Loaders for different file types (ES2015, TypeScript, CoffeeScript, etc.)
  • Hints
  • Improved animations
  • Test Tools
  • More test runners (currently only Mocha test runner for JS, would allow multiple programming languages)
v2.0.0
  • User accounts
  • Record progress to db
  • Tutorial ratings
  • Suggestions?