# gulp-nuke-whitespace

> Removes the trailing whitespace at the end of each line in a string.

Latest version **0.1.3** (published 2014-10-16) · MIT license · 0 weekly downloads

## Install

```sh
npm install gulp-nuke-whitespace
pnpm add gulp-nuke-whitespace
yarn add gulp-nuke-whitespace
bun add gulp-nuke-whitespace
```

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.3 |
| Published | 2014-10-16 |
| First published | 2014-10-16 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=0.10.0 |
| Dependencies | 2 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | James Benner |
| Maintainers | jbenner55 |
| Keywords | gulpplugin |

## Links

- npm: https://www.npmjs.com/package/gulp-nuke-whitespace
- Repository: https://github.com/jbenner55/gulp-nuke-whitespace
- Issues: https://github.com/jbenner55/gulp-nuke-whitespace/issues
- npm.io page: https://npm.io/package/gulp-nuke-whitespace

## Dependencies (2)

- [through2](https://npm.io/package/through2.md) ^0.6.1
- [gulp-util](https://npm.io/package/gulp-util.md) ^3.0.0

## Recent versions

- 0.1.3 (latest) — 2014-10-16
- 0.1.2 — 2014-10-16
- 0.1.1 — 2014-10-16
- 0.1.0 — 2014-10-16

## README

# [gulp](http://gulpjs.com)-nuke-whitespace

> Removes the trailing whitespace at the end of each line in a string.


## Install

```sh
$ npm install --save-dev gulp-nuke-whitespace
```


## Usage

```js
var gulp = require('gulp');
var nukeWhitespace = require('gulp-nuke-whitespace');

gulp.task('default', function () {
	return gulp.src('src/file.ext')
		.pipe(nukeWhitespace())
		.pipe(gulp.dest('dist'));
});
```

## Testing

Not implemented yet... doh!


## License

MIT © [James Benner](https://github.com/jbenner55)

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