1.1.0 • Published 4 years ago

ezio.js v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

About

Ezio is an easy-to-use promise-based Input-Output module for JavaScript. Whew, that's a lot of hyphens for such a short sentence...anyway, here is how you install and use Ezio:

Installation

npm i ezio.js

Example usage

import Ezio from 'ezio.js';

const io = new Ezio();

io.ask('What is your name: ')
    .then(answer => io.print(`Hello there, ${answer}`));

Links

1.1.0

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago