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

https://github.com/atom-community/atom-ide-console

Aggregate and display output from various sources and provide an user interface for REPL-like functionality.
https://github.com/atom-community/atom-ide-console

atom-ide atom-ide-console atom-package debugger hacktoberfest

Last synced: about 1 year ago
JSON representation

Aggregate and display output from various sources and provide an user interface for REPL-like functionality.

Awesome Lists containing this project

README

          

# atom-ide-console

Aggregate and display output from various sources and provide an user interface for REPL-like functionality.

![Build Status (Github Actions)](https://github.com/atom-ide-community/atom-ide-console/workflows/CI/badge.svg)
[![Dependency Status](https://david-dm.org/atom-ide-community/atom-ide-console.svg)](https://david-dm.org/atom-ide-community/atom-ide-console)
[![apm](https://img.shields.io/apm/dm/atom-ide-console.svg)](https://github.com/atom-ide-community/atom-ide-console)
[![apm](https://img.shields.io/apm/v/atom-ide-console.svg)](https://github.com/atom-ide-community/atom-ide-console)

## Usage

This is a work in progress. This is only tested with atom-ide-javascript and atom-ide-debugger. Once you install both, you can debug Node programs and see the result in the console.

Currently, you should follow this GIF:

![debugger](https://user-images.githubusercontent.com/16418197/95936245-be136980-0d9a-11eb-9641-6c555ebd0662.gif)

## Roadmap

This is a work in progress.

## Contributing

```
apm install
pnpm babel
apm link .
```

- Let me know if you encounter any bugs.
- Feature requests are always welcome.