vertigo-js
v0.0.2
Published
Vertigo.js - lightweight npm package for creating ports
Downloads
5
Maintainers
Readme
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-devWaiting 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:
