Socket
Socket
Sign inDemoInstall

dude.js

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dude.js

NodeJS's little helper


Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

dude

dude.js is your sidekick for your NodeJS projects.

Install

npm install -g dudejs

API

var dude = require('dude.js');

CLI

Dudejs ships with a CLI so you can access it via terminal

dudejs

This will show you all available actions. You can get more info about each action by typing:

dudejs usage <action>

Server manager

Dudejs ships with a server manager so you can easily start/stop/reload your server scripts written in NodeJS. It uses NodeJS built-in cluster.

# CLI
dudejs start server.js
dudejs reload server.js
dudejs stop server.js

# API
dude.start('server.js');
dude.reload('server.js');
dude.stop('server.js');

For more info, check out the docs at docs/servers.md.

Build tools

Dudejs ships with build support for:

  • SASS
  • Browserify/Watchify
  • UglifyJS

All builds can be automated on watching file changes.

Dependency manager

Dudejs ships with a dependency manager so you install/update/remove low-level dependencies per-project and directory based. Dependencies supported:

  • MongoDB
  • Redis

FAQs

Package last updated on 29 Jul 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc