native-console

1.0.3 • Public • Published

How to install

$ npm install native-console

How to use

//To import module
var c = require("native-console");
 
//To write
c.write("Hello World!");
 
//To read from keyboard
var input = c.read();

Example

var c = require("native-console");
c.write("Write something: ");
var text = c.read();
c.write("You wrote: "+text);

Package Sidebar

Install

npm i native-console

Weekly Downloads

1

Version

1.0.3

License

ISC

Last publish

Collaborators

  • samuelnovaes