1.0.10 • Published 7 years ago

engineering-tools v1.0.10

Weekly downloads
-
License
ISC
Repository
-
Last release
7 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

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.6

7 years ago

1.0.7

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago