0.0.2 • Published 5 years ago

vertigo-js v0.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

License: MIT npm version contributions welcome HitCount

Vertigo.js

Vertigo.js - lightweight JavaScript framework for creating ports localy :octocat:

Installation

Open your terminal and enter this command:

npm install vertigo-js --save-dev

Waiting for installation... profit!

Creating files

Firstly, we need to link vertigo package

const vertigo = require('vertigo-js');

And now let's create a simple port

vertigo.create('test-port', console.log);

The second parameter - is a callback function. You can enter there your own function to output the result


Star this GitHub repository :star: