UNPKG

phenomic

Version:

Modern website generator based on the React and Webpack ecosystem.

11 lines (8 loc) 234 B
#!/usr/bin/env node "use strict"; require("babel-register")(); // Check for node and npm version // If it doesn't sastify the requirements // The process will exits immediately require("./check-engine")(); require("./phenomic.js");