lwsjs / local-web-server

A lean, modular web server for rapid full-stack development.
MIT License
1.21k stars 85 forks source link

Preset Management #2

Closed 75lb closed 10 years ago

75lb commented 10 years ago

Allow user to create, list, update, delete and run preset commands. E.g.

$ # open projects one and two on separate ports
$ ws ~/projects/one:8000 ~/projects/two:9000  

$ # give this command a name, for later use
$ ws ~/projects/one:8000 ~/projects/two:9000  --name current --desc "Two shitty projects"

$ # list presets
$ ws -l
Preset List
current - Two shitty projects

$ # launch your two projects from the preset
$ ws --preset current

please leave a +1 if you think this would help