vertigo-js

0.0.2 • Public • Published

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 ⭐

Package Sidebar

Install

npm i vertigo-js

Weekly Downloads

1

Version

0.0.2

License

MIT

Unpacked Size

3.99 kB

Total Files

6

Last publish

Collaborators

  • snovruslan