1. compound(1)
  2. CompoundJS
  3. compound(1)

NAME

compound - MVC framework for NodeJS

SYNOPSIS

compound <command> [args] [opts]

DESCRIPTION

Compound is MVC framework for the Node JavaScript platform. It adds structure and API to ExpressJS application, provides tools and generators for rapid web applications development.

Run compound help [topic] to get help on specific topic.

command

generate smth

Call smth generator, where smth could be: app, controller, model, crud, scaffold or anything else.

routes

Display routing map

server [port]

Run HTTP server on specified port, default port = 3000

c

Run debugging console with compound environment loaded

opts

ENVIRONMENT

NODE_ENV

Set environment of application

PORT

Set port of HTTP server

FUTURE

See compound-roadmap(3) and github issues to catch up current development and see where compound going.

BUGS

When you find issues, please report them:

web
http://github.com/1602/compound/issues
email
compoundjs@googlegroups.com

HISTORY

See compound-changelog(3) compound-railway-changelog(3)

AUTHOR

SEE ALSO

compound(3)

  1. 1602 Software
  2. March 2013
  3. compound(1)