Skip to content

Latest commit

 

History

History
49 lines (29 loc) · 980 Bytes

README.rst

File metadata and controls

49 lines (29 loc) · 980 Bytes

This dupper template repository is for Mean Stack + Sync development environment (devenv).

Mean stack + Sync

This template install Mean Stack and Sync. You can start mean stack with sync using below commands:

dupper dup --template-from=https://github.com/athakwani/mean-sync https://github.com/linnovate/mean
dupper exec mean sync DIR

Commands

  • start - Starts mean stack
Usage:
dupper exec mean start
  • stop - Stops mean stack
Usage:
dupper exec mean stop
  • debug - Start node debugger
Usage:
dupper exec mean debug
  • logs - Display gulp output
Usage:
dupper exec mean logs
  • sync - Sync mean stack code
Usage:
dupper exec mean sync DIR