# engineering-tools

> A engineering build tools for improve development efficiency

Latest version **1.0.10** (published 2019-06-19) · ISC license · 0 weekly downloads

## Install

```sh
npm install engineering-tools
pnpm add engineering-tools
yarn add engineering-tools
bun add engineering-tools
```

Provides the command `Engtools`.

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.10 |
| Published | 2019-06-19 |
| First published | 2019-05-28 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 4 |
| Unpacked size | 10.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Lin |
| Maintainers | lindberg.lin |

## Links

- npm: https://www.npmjs.com/package/engineering-tools
- npm.io page: https://npm.io/package/engineering-tools

## Dependencies (4)

- [ora](https://npm.io/package/ora.md) ^3.4.0
- [chalk](https://npm.io/package/chalk.md) ^2.4.2
- [yargs](https://npm.io/package/yargs.md) ^13.2.4
- [inquirer](https://npm.io/package/inquirer.md) ^6.3.1

## Recent versions

- 1.0.10 (latest) — 2019-06-19
- 1.0.9 — 2019-06-18
- 1.0.8 — 2019-06-18
- 1.0.6 — 2019-06-13
- 1.0.7 — 2019-06-13
- 1.0.5 — 2019-05-29
- 1.0.4 — 2019-05-29
- 1.0.3 — 2019-05-28
- 1.0.2 — 2019-05-28
- 1.0.1 — 2019-05-28
- 1.0.0 — 2019-05-28

## README

# Engineering Tools
A engineering build tools for improve development efficiency

## Installing
Using npm:
```bash
$ npm install engineering-tools -D
```

## Usage
add a new command in Package.json
Example:
```package.json
"scripts": {
  "create": "Engtools"
},
```
```bash
$ npm run create
```

## API

#### Path
Template path, has default path, if user want use local template need config it.
```package.json
"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

---
_Source: https://npm.io/package/engineering-tools · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
