sails-hook-dev-spirit

1.0.2 • Public • Published

sails-hook-dev-spirit

Join the chat at https://gitter.im/valery-barysok/sails-hook-dev-spirit NPM Version NPM Downloads Node.js Version

Build Status Dependency Status devDependency Status Coverage Status

NPM

A Sails hook that provides diagnostic / debugging information during development.

Based on sails-hook-dev

Note

The diagnostic routes exposed by this hook will work when your app is in development mode (i.e. NODE_ENV != "production")

Install

In your Sails project:

npm install sails-hook-dev-spirit --save

Use

See all options

http://localhost:1337/dev

See all available routes

http://localhost:1337/dev/routes

See session of currently logged-in user

http://localhost:1337/dev/session

See actual versions of dependencies in node_modules

http://localhost:1337/dev/dependencies

See current memory usage

http://localhost:1337/dev/memory

License

MIT © 2015 Valery Barysok, Mike McNeil

Package Sidebar

Install

npm i sails-hook-dev-spirit

Weekly Downloads

0

Version

1.0.2

License

MIT

Last publish

Collaborators

  • valery-barysok