# build-utils

> A collection of utils functions for build scripts

Latest version **2.0.12** (published 2018-08-17) · MIT license · 0 weekly downloads

## Install

```sh
npm install build-utils
pnpm add build-utils
yarn add build-utils
bun add build-utils
```

Provides the commands `bu`, `cli`.

## 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 | 2.0.12 |
| Published | 2018-08-17 |
| First published | 2017-02-03 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 11 |
| Unpacked size | 148.2 KB |
| Known vulnerabilities | 0 (+4 in 3 direct dependencies) |
| Install scripts | no |
| GitHub stars | 1 |
| Author | Ori Calvo |
| Maintainers | oricalvo |

## Links

- npm: https://www.npmjs.com/package/build-utils
- Repository: https://github.com/oricalvo/build-utils
- Homepage: https://github.com/oricalvo/build-utils#readme
- Issues: https://github.com/oricalvo/build-utils/issues
- npm.io page: https://npm.io/package/build-utils

## Dependencies (11)

- [glob](https://npm.io/package/glob.md) ^7.1.1
- [open](https://npm.io/package/open.md) ^0.0.5
- [request](https://npm.io/package/request.md) ^2.81.0
- [shelljs](https://npm.io/package/shelljs.md) ^0.7.6
- [bluebird](https://npm.io/package/bluebird.md) ^3.5.1
- [chokidar](https://npm.io/package/chokidar.md) ^2.0.4
- [fs-extra](https://npm.io/package/fs-extra.md) ^5.0.0
- [minimatch](https://npm.io/package/minimatch.md) ^3.0.4
- [deep-assign](https://npm.io/package/deep-assign.md) ^2.0.0
- [string-argv](https://npm.io/package/string-argv.md) ^0.0.2
- [follow-redirects](https://npm.io/package/follow-redirects.md) ^1.2.3

## Recent versions

- 2.0.12 (latest) — 2018-08-17
- 2.0.11 — 2018-08-17
- 2.0.10 — 2018-08-17
- 2.0.9 — 2018-08-16
- 2.0.8 — 2018-08-16
- 2.0.7 — 2018-08-16
- 2.0.6 — 2018-08-16
- 2.0.5 — 2018-08-14
- 2.0.4 — 2018-08-14
- 2.0.3 — 2018-08-14
- 2.0.2 — 2018-08-14
- 2.0.1 — 2018-08-14
- 1.0.122 — 2018-08-14
- 1.0.121 — 2018-08-14
- 1.0.120 — 2018-07-17
- … 107 more at https://npm.io/package/build-utils/versions

## README

# build-utils

A collection of utility functions for implementing build scripts

### fs
* isFile
* isDirectory
* getStat
* deleteDirectory
* createDirectory
* copyGlob
* deleteGlob
* copyFile
* copyFiles
* deleteFile
* readFile
* writeFile
* readJSONFile
* writeJSONFile
* searchGlob
* excludeFiles

### process
* spawn
* exec

### config
* updateConfig

### object
* deepAssign

### cli
* command
* run

### License

MIT

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