README
F6d
Front-end toolkit
npm install f6d -g
Command
init
Initializing project from template.
// example
f6d init npmpkg pkgname // Create folder('pkgname') and initializing project from template(npmpkg);
init
Initializing project from template.
// f6d init [repository] [project]
// example
f6d init npmpkg pkgname // Create folder('pkgname') and initializing project from template(npmpkg);