DOCS
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
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 dWatch (unimplemented)
watch model
$ fetp watch
# OR Shorthand
$ fetp wOutput (unimplemented)
production model, building & publish project production development.
$ fetp output
# OR Shorthand
$ fetp oHelp
view online help document.
$ fetp help # OR Shorthand $ fetp -h
Q & A
- Q:
Error: EACCES: permission denied, mkdir .. ? - A: Make sure you have right to modify corresponding file,please input
chmod a+w [path].


