fetp
v0.3.11
Published
Front-End template build tool base on nodejs🔥
Downloads
6
Readme
DOCS
Introduction
Front-End Template Build Tool Base on Nodejs📦
Features
- [x] Simple and Smart
- [x] Custom Configuration
- [x] ESLint Standard Style
- [x] Multi Webpack Plugin System
Preview
Preview fetp all function
$ fetp
Init
Initial a seed project
$ fetp init <templateName> [directory]
# OR Shorthand
$ fetp i <templateName> [directory]
Development
development model, Running a Development Web Server
$ fetp dev
# OR Shorthand
$ fetp d
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