A engineering build tools for improve development efficiency
Using npm:
$ npm install engineering-tools -D
add a new command in Package.json Example:
"scripts": {
"create": "Engtools"
},
$ npm run create
Template path, has default path, if user want use local template need config it.
"scripts": {
"create": "Engtools -p PATH"
}
Every template need a config.json file to tell how to create.
Accepted 'file' or 'dir', 'file' mean create a file, 'dir' mean create a folder.
create file or folder's name
file content use this path template
Accepted child file or folder