vertigo-js

Vertigo.js - lightweight npm package for creating ports

Usage no npm install needed!

<script type="module">
  import vertigoJs from 'https://cdn.skypack.dev/vertigo-js';
</script>

README

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: