##Done## project.js - config file
debug server - port selection is possible
file watcher - configurable list of directories triggers build
.copy file - contains path to copy all /bin files
gruntfile with some basic jasmine/maven tasks (prob. deprecated)
build server handle all /bin files requests from browser so you never get non-updated source files
distribution - add dependency to package.json
"peon-js": "git+https://github.com/lukasfila/js-peon.git"
##Todo## project template
modules?
##How it works##
-
Create new project
-
Use basic package.json file
{ "name": "project", "scripts": { "install": "node node_modules/peon/peon/setup" }, "dependencies": { "peon-js": "git+https://github.com/lukasfila/js-peon.git" } }
-
Run "npm install"
-
Wait for setup is done
-
just simply run "peon"
-
debug server started with selected port
-
do something