開發動機

Every time I develop a new project, I need to install packages for developing and setting, which is very trivial and time-consuming. Although it can be implemented by cloning a git template repository, this way is still not flexible enough . Therefore, I developed an easy-to-use quick starter tool for every engineer to set project files with their intuition.

開發方法

I used the execa module and File API of NodeJS to implement functions of installing packages, editing and removing the project files.

開發工具

Node.js

Express

圖片

demo