# sails-generate-new-gulp

> Generate a new Sails app using gulp instead of grunt.

Latest version **0.0.11** (published 2015-04-27) · MIT license · 0 weekly downloads

## Install

```sh
npm install sails-generate-new-gulp
pnpm add sails-generate-new-gulp
yarn add sails-generate-new-gulp
bun add sails-generate-new-gulp
```

## 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.11 |
| Published | 2015-04-27 |
| First published | 2014-08-06 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 4 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 34 |
| Author | karnith |
| Maintainers | karnith |
| Keywords | controller, generator, sails, generate, plugin, gulp |

## Links

- npm: https://www.npmjs.com/package/sails-generate-new-gulp
- Repository: https://github.com/Karnith/sails-generate-new-gulp
- Issues: https://github.com/Karnith/sails-generate-new-gulp/issues
- npm.io page: https://npm.io/package/sails-generate-new-gulp

## Dependencies (4)

- [async](https://npm.io/package/async.md) *
- [lodash](https://npm.io/package/lodash.md) *
- [fs-extra](https://npm.io/package/fs-extra.md) *
- [merge-defaults](https://npm.io/package/merge-defaults.md) *

## Recent versions

- 0.0.11 (latest) — 2015-04-27
- 0.0.10 — 2015-01-15
- 0.0.9 — 2014-10-16
- 0.0.8 — 2014-10-09
- 0.0.7 — 2014-09-24
- 0.0.6 — 2014-08-20
- 0.0.5 — 2014-08-13
- 0.0.4 — 2014-08-13
- 0.0.3 — 2014-08-12
- 0.0.2 — 2014-08-07
- 0.0.1 — 2014-08-06
- 0.10.17 — 2014-08-06

## README

![image_squidhome@2x.png](http://i.imgur.com/RIvu9.png)
# sails-generate-new-gulp
-----------------------------------------------
[![NPM version][npm-version-image]][npm-url] [![NPM downloads][npm-downloads-image]][npm-url] [![Dependency Status][dependency-image]][dependency-url] [![MIT License][license-image]][license-url]

A gulp generator for Sails.js that works with sails lift.

## Install

```sh
$ npm install -g sails-generate-backend-gulp
$ npm install -g sails-generate-gulpfile
$ npm install -g sails-generate-frontend-gulp
$ npm install -g sails-generate-new-gulp

```

## .sailsrc

.sailsrc needs to be added to the working dir with the following:

```sh
{
    "generators": {
        "modules": {
            "new": "sails-generate-new-gulp",
            "frontend": "sails-generate-frontend-gulp",
            "backend": "sails-generate-backend-gulp",
            "gulpfile": "sails-generate-gulpfile"
        }
    }
}
```

## Usage

#### On the command line

```sh
sails new <project name>
```

#### In a node script

```javascript
var generate = require('sails-generate');
var scope = {};
generate(require('sails-generate-new-gulp'), scope, function (err) {
	if (err) throw err;

	// Log output available in `scope` for your enjoyment:
	console.log(scope);
});
```


## Contributing to this generator

See `CONTRIBUTING.md`.

## License

**[MIT](./LICENSE)**
&copy; 2014 [Karnith](http://github.com/Karnith)

[Sails](http://sailsjs.org) is free and open-source under the [MIT License](http://sails.mit-license.org/).

[license-image]: http://img.shields.io/badge/license-MIT-blue.svg?style=flat
[license-url]: LICENSE

[npm-url]: https://npmjs.org/package/sails-generate-new-gulp
[npm-version-image]: http://img.shields.io/npm/v/sails-generate-new-gulp.svg?style=flat
[npm-downloads-image]: http://img.shields.io/npm/dm/sails-generate-new-gulp.svg?style=flat

[dependency-image]: https://gemnasium.com/Karnith/sails-generate-new-gulp.svg?style=flat
[dependency-url]: https://gemnasium.com/Karnith/sails-generate-new-gulp

[coverage-image]: http://img.shields.io/coveralls/Karnith/sails-generate-new-gulp/master.svg?style=flat
[coverage-url]: https://coveralls.io/r/Karnith/sails-generate-new-gulp?branch=master

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