Coder Social home page Coder Social logo

janeway's Introduction

Janeway

A curses/blessed-based console, inspired by the developer tools in Webkit/Blink.

NPM version Flattr this git repo

Console

Install

Install it for use in your own application:

npm install janeway

Or use it globally:

npm install -g janeway

Features

  • Interactive command line, that always has focus
  • Autocomplete
  • Output is clickable. Variables can be inspected, just like in the browser

Todo

  • Use editor-widget for CLI: https://github.com/slap-editor/editor-widget
  • Improve command-line eval/vm situation
  • Improve colouring
  • Improve multiline support
  • Filename & line information per log line
  • Add Janeway quotes
  • ...

As you can see, there's a lot that still needs to be done.

Use it globally

Start your applications like so:

janeway my_js_file.js

Use as standalone

If you just want to give it a go, try out the start.js file in Janeway's main folder:

node start.js

Use in your application

You can load Janeway like this:

var Janeway = require('janeway');

// Janeway will take over the screen only when you call start
Janeway.start();

The screen automatically scrolls down when a new line is pushed (unless you've scrolled the screen manually). You can disable this like so:

Janeway.scrollDown = false;

Author

You can follow me on twitter: Twitter@skeriten

License

MIT

janeway's People

Contributors

skerit avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.