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.
- Host: GitHub
- URL: https://github.com/atom-community/atom-ide-console
- Owner: atom-community
- License: other
- Created: 2020-10-12T12:37:10.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-10-16T07:28:51.000Z (over 2 years ago)
- Last Synced: 2025-03-25T15:33:09.113Z (about 1 year ago)
- Topics: atom-ide, atom-ide-console, atom-package, debugger, hacktoberfest
- Language: JavaScript
- Homepage: https://atom.io/packages/atom-ide-console
- Size: 797 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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.

[](https://david-dm.org/atom-ide-community/atom-ide-console)
[](https://github.com/atom-ide-community/atom-ide-console)
[](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:

## 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.