f6d

快速开始前端项目 / Start the front-end project quickly.

Usage no npm install needed!

<script type="module">
  import f6d from 'https://cdn.skypack.dev/f6d';
</script>

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);