0.0.14 • Published 11 years ago
terminode v0.0.14
#terminode
A web browser command line/terminal GUI built with Node.js
currently only developed for windows but plan to support more platforms in the future
###Usage
- insatll with npm
npm install -g terminode - run
terminodeto start the app (defaults to port 3000) - to set the port run
set PORT=4501 && terminode
###Development
npm installinstall ruby and make sure it installs to your PATH for windows
install sass with
gem install sassgrunt run-devfor running in developmentgrunt runfor running in productiongrunt run-debugfor running in debug with node inspectortest with
grunt test