# sails-generate

> Runner script for sails generators

Latest version **2.0.13** (published 2024-11-22) · MIT license · 0 weekly downloads

## Install

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

## Health

**Score 25/100 (F)** — status: maintenance-mode.

Positive: no vulnerabilities.

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

Negative: stale; low maintenance score.

## Facts

| | |
|---|---|
| Version | 2.0.13 |
| Published | 2024-11-22 |
| First published | 2014-01-11 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 10 |
| Unpacked size | 3.5 MB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 28 |
| Author | Mike McNeil |
| Maintainers | rachaelshaw, sgress454, balderdashy, mikermcneil, eashaw |
| Keywords | sails, generate, sails-generate, generator, automation |

## Links

- npm: https://www.npmjs.com/package/sails-generate
- Repository: https://github.com/balderdashy/sails-generate
- Homepage: https://github.com/balderdashy/sails-generate#readme
- Issues: http://github.com/balderdashy/sails-generate/issues
- npm.io page: https://npm.io/package/sails-generate

## Dependencies (10)

- [read](https://npm.io/package/read.md) 1.0.7
- [async](https://npm.io/package/async.md) 2.6.4
- [chalk](https://npm.io/package/chalk.md) 2.3.0
- [flaverr](https://npm.io/package/flaverr.md) ^1.0.0
- [fs-extra](https://npm.io/package/fs-extra.md) 0.30.0
- [parasails](https://npm.io/package/parasails.md) ^0.9.2
- [reportback](https://npm.io/package/reportback.md) ^2.0.1
- [@sailshq/lodash](https://npm.io/package/@sailshq/lodash.md) ^3.10.3
- [sails.io.js-dist](https://npm.io/package/sails.io.js-dist.md) ^1.0.0
- [machinepack-process](https://npm.io/package/machinepack-process.md) ^4.0.0

## Recent versions

- 2.0.13 (latest) — 2024-11-22
- 2.0.12 — 2024-09-16
- 2.0.11 — 2024-04-09
- 2.0.10 — 2024-03-15
- 2.0.9 — 2023-12-08
- 2.0.8 — 2023-03-31
- 2.0.7 — 2022-08-10
- 2.0.6 — 2022-01-29
- 2.0.5 — 2022-01-29
- 2.0.4 — 2021-10-22
- 2.0.3 — 2021-03-10
- 2.0.2 — 2021-02-22
- 2.0.1 — 2020-12-23
- 2.0.0 — 2020-08-20
- 1.17.2 — 2020-05-14
- … 163 more at https://npm.io/package/sails-generate/versions

## README

# sails-generate

Master of ceremonies for generators in the Sails CLI.
This is a built-in module within the Sails framework, used by the `sails` command-line interface.  It is installed automatically when you run `npm install sails -g`.
For customization options, see [Extending Sails > Generators](https://sailsjs.com/documentation/concepts/extending-sails/generators).


## Help

If you have further questions or are having trouble, click [here](https://sailsjs.com/support).


## Bugs &nbsp; [![NPM version](https://badge.fury.io/js/sails-generate.svg)](http://npmjs.com/package/sails-generate)

To report a bug, [click here](https://sailsjs.com/bugs).


## Contributing

Please observe the guidelines and conventions laid out in the [Sails project contribution guide](https://sailsjs.com/documentation/contributing) when opening issues or submitting pull requests.

[![NPM](https://nodei.co/npm/sails-generate.png?downloads=true)](http://npmjs.com/package/sails-generate)


#### What happened to the old core generators?

Originally, Sails' core generators were spread across multiple repos and NPM packages.  For easier maintainence, they were pulled inline in `sails-generate` as part of Sails v1.  But they can still be overridden or disabled in [the same way as before](https://sailsjs.com/documentation/concepts/extending-sails/generators/custom-generators).

## License

The [Sails framework](https://sailsjs.com) is free and open-source under the [MIT License](https://sailsjs.com/license).

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