engineering-tools

1.0.10 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i engineering-tools

Weekly Downloads

0

Version

1.0.10

License

ISC

Unpacked Size

11.2 kB

Total Files

13

Last publish

Collaborators

  • lindberg.lin