0.3.11 • Published 5 years ago

fetp v0.3.11

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

DOCS

中文 | English

Online Preview | GitHub

Introduction

Front-End Template Build Tool Base on Nodejs📦

Features

  • Simple and Smart
  • Custom Configuration
  • ESLint Standard Style
  • Multi Webpack Plugin System

Preview

Preview fetp all function

$ fetp

npm.io

Init

Initial a seed project

$ fetp init <templateName> [directory]
# OR Shorthand 
$ fetp i <templateName> [directory]

npm.io

Development

development model, Running a Development Web Server

$ fetp dev
# OR Shorthand 
$ fetp d

npm.io

Watch (unimplemented)

watch model

$ fetp watch
# OR Shorthand 
$ fetp w

Output (unimplemented)

production model, building & publish project production development.

$ fetp output
# OR Shorthand 
$ fetp o

Help

view online help document.

$ fetp help
# OR Shorthand
$ fetp -h