server-cli
v0.1.0
Published
Start a server from command-line in your current folder
Downloads
5
Readme
server-cli
Starts a server from command-line in your current folder
Getting Started
Install the module with: npm install -g server-cli
and use it from your command-line:
$ server-cli
Args
--port (or -p)
Set the port on which the server should run (Default: 8080)
e.g. this would start the server on port 3000
$ server-cli --port 3000
Contributing
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using Grunt.
Release History
- 0.1.0: Initial Release
License
Copyright (c) 2013 Valiton GmbH Licensed under the MIT license.