UNPKG

profoundjs

Version:

Profound.js Framework and Server

10 lines (6 loc) 150 B
#!/usr/bin/env node "use strict"; const profound = require("profoundjs"); (async function() { await profound.utils.floatingLicenses.cli(); })();