Skip to content

Latest commit

 

History

History
132 lines (84 loc) · 10.1 KB

MODULES.md

File metadata and controls

132 lines (84 loc) · 10.1 KB

Modules

Sails is a large project, with many modular components. Each module is located in its own repository, and in most cases is tested individually.

Below, you'll find an overview of the modules maintained by the core team and community members.

Core modules

For more information on the available releases of the Sails framework as a whole, check out the contribution guide.

Repo Build Status (edge) Latest Stable Version
Sails.js logo (small) Build Status NPM version
waterline Build Status NPM version
anchor Build Status NPM version
waterline-criteria Build Status NPM version
waterline-errors NEEDS_TRAVIS_SETUP NPM version
waterline-schema NEEDS_TRAVIS_SETUP NPM version
sails-generate Build Status NPM version
sails-build-dictionary N/A NPM version
captains-log Build Status NPM version
sails-stringfile N/A NPM version

Utilities

Repo Latest Stable Version
sails-util (will be deprecated) NPM version
include-all NPM version
reportback NPM version
node-switchback NPM version
merge-defaults NPM version
enpeem NPM version
merge-context NPM version
fixture-stdout NPM version

Officially-supported generators

Repo Latest Stable Version
sails-generate-generator NPM version
sails-generate-new NPM version
sails-generate-controller NPM version
sails-generate-frontend NPM version
sails-generate-backend
sails-generate-views
sails-generate-adapter
sails-generate-model

Officially-supported adapters

Repo Build Status (edge) Latest Stable Version
Local Disk Build Status NPM version
MySQL Build Status NPM version
PostgreSQL Build Status NPM version
Mongo Build Status NPM version
Redis Build Status NPM version

Officially-supported hooks

Currently contained in core Sails repo.

Socket Client SDKs

Platform Repo Build Status (edge)
Browser sails.io.js Build Status
Node.js sails.io.js Build Status

Documentation

Repo
sails-docs
www.sailsjs.org

Community

Adapters

Repo Build Status (edge) Latest Stable Version Interfaces
sails-rest REST
sails-mssql MSSQL

Generators

Repo Build Status (edge)
sails-generate-auth
sails-generate-test
sails-generate-testharness
sails-generate-hook

Socket Client SDKs

Repo Build Status (edge)
angularSails Build Status
sails.io.objective-c NEEDS_TRAVIS_SETUP
backbone-to-sails Build Status

Misc. Projects

Repo Build Status (edge)
sails-migrations

FAQ

If you have an unanswered question that isn't covered here, and that you feel would add value for the community, please feel free to send a PR adding it to this section.