dude.js

0.0.5 • Public • Published

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

Dependents (0)

Package Sidebar

Install

npm i dude.js

Weekly Downloads

1

Version

0.0.5

License

BSD

Last publish

Collaborators

  • francoisv