UNPKG

liberry

Version:

liberry is a command utility to help you easily set up, develop, and host your own project pattern library.

12 lines (11 loc) 280 B
var build = require("./build"), watch = require("./watch"), serve = require("./serve"), opener = require("opener"); module.exports = function() { build(); watch(); var port = serve(); //open browser opener("http://localhost:" + port); }