1.0.10 • Published 5 years ago

engineering-tools v1.0.10

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

Engineering Tools

A engineering build tools for improve development efficiency

Installing

Using npm:

$ npm install engineering-tools -D

Usage

add a new command in Package.json Example:

"scripts": {
  "create": "Engtools"
},
$ npm run create

API

Path

Template path, has default path, if user want use local template need config it.

"scripts": {
  "create": "Engtools -p PATH"
}

Notice

Every template need a config.json file to tell how to create.

Config.json

type

Accepted 'file' or 'dir', 'file' mean create a file, 'dir' mean create a folder.

name

create file or folder's name

template

file content use this path template

files

Accepted child file or folder

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.6

5 years ago

1.0.7

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago