0.0.2 • Published 9 years ago

simpleconsole v0.0.2

Weekly downloads
1
License
ISC
Repository
-
Last release
9 years ago

#SimpleConsole.JS

A Simple Console Wrapper for your projects, acts as a deamon, use commands in console, start, stop, track.

#This project has a while to go, I will be adding features daily.

How to use.

  • Everything is documented in the script.
  • Put your code in the start(); section of the script.
  • Run simpleconsole.js, your application will automatically start.

Commands.

  • qq (quits the entire application immediately)
  • kill (kills your project, stops the server but keeps the deamon alive)
  • startserver (starts the server after a kill or failure command)
  • tpson (turns server ticks per second reporting ON)
  • tpsoff (turns server ticks per second reporting OFF)
  • counter (displays how many cycles your application has been running)
  • clear (clears the console)

This script should not be used at this point in time, it uses a timer to keep your application alive.

By Christopher Allen.