# gulp-codebot

> Gulp for CodebotJS

Latest version **0.0.6** (published 2017-11-21) · MIT license · 0 weekly downloads

## Install

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

## 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.0.6 |
| Published | 2017-11-21 |
| First published | 2017-08-06 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 5 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Delmo |
| Maintainers | delmosaurio |
| Keywords | codebot |

## Links

- npm: https://www.npmjs.com/package/gulp-codebot
- Repository: https://github.com/codebotjs/gulp-codebot
- Homepage: https://github.com/codebotjs/gulp-codebot#readme
- Issues: https://github.com/codebotjs/gulp-codebot/issues
- npm.io page: https://npm.io/package/gulp-codebot

## Dependencies (5)

- [vinyl](https://npm.io/package/vinyl.md) ^2.1.0
- [codebot](https://npm.io/package/codebot.md) 0.0.12
- [through2](https://npm.io/package/through2.md) ^2.0.3
- [gulp-util](https://npm.io/package/gulp-util.md) ^3.0.8
- [object-assign](https://npm.io/package/object-assign.md) ^4.1.1

## Recent versions

- 0.0.6 (latest) — 2017-11-21
- 0.0.5 — 2017-11-21
- 0.0.4 — 2017-11-18
- 0.0.3 — 2017-11-17
- 0.0.2 — 2017-10-24
- 0.0.1 — 2017-08-06

## README

# gulp-codebot

[CodebotJS](https://github.com/codebotjs/codebot) plugins for [Gulp](https://gulpjs.com/)

## Usage

```
npm i --save-dev gulp-codebot
```

```js
var codebot = require('gulp-codebot');

var rootPath = '/path/to';

var modules = [
  '/path/from/templates/module1',
  '/path/from/templates/module2'
];

// codebot needs the output path to filter non override files
gulp.src('./model.json')
		.pipe(codebot({ modules: modules, output: rootPath+'/dist' }))
		.pipe(gulp.dest(rootPath));
```

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