# gulp-namespace

> Namespace all gulp tasks created within the callback

Latest version **1.0.2** (published 2015-03-27) · MIT license · 0 weekly downloads

## Install

```sh
npm install gulp-namespace
pnpm add gulp-namespace
yarn add gulp-namespace
bun add gulp-namespace
```

## 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.2 |
| Published | 2015-03-27 |
| First published | 2015-03-27 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | Stephen Belanger |
| Maintainers | qard |

## Links

- npm: https://www.npmjs.com/package/gulp-namespace
- Repository: https://github.com/Qard/gulp-namespace
- Issues: https://github.com/Qard/gulp-namespace/issues
- npm.io page: https://npm.io/package/gulp-namespace

## Recent versions

- 1.0.2 (latest) — 2015-03-27
- 1.0.1 — 2015-03-27
- 1.0.0 — 2015-03-27

## README

# gulp-namespace

This is handy helper lets you automagically namespace all tasks and task references within the supplied callback. This is useful for things like inheriting the tasks from a dependency gulpfile, without clobbering your own.

```
var namespace = require('gulp-namespace')
var gulp = require('gulp')
namespace(gulp)

gulp.namespace('some-dependency', function () {
  require('some-dependency/gulpfile')
})
```

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