UNPKG

easy-front-build

Version:

This package generate a basic structure of files (html, js && css) by module name

9 lines (5 loc) 148 B
#! /usr/bin/env node 'use strict'; const argv = require('yargs').argv; const core = require('../lib/index'); core.CreateDirectory(argv);