0.1.2 • Published 8 years ago

runtime-shell v0.1.2

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

runtime-shell

Shell commands for runtimejs

Usage:

// Note the '()', this loads the commands.
var rshell = require('runtime-shell')();
rshell.version; // Returns version (only export for now)

Commands (as of v0.1.0):

  • ping (temporarily disabled)
  • eval
  • echo
  • clear
  • date

Commands that rely on runtime-tmpdisk-client (and runtime-tmpdisk-server, these are optional):

  • ls

Why did I remove poweroff, and reboot? They come with runtimejs now.

Ideas?

If you have any ideas for commands, open an issue or a PR. Just remember, absolutely NO FS related commands. fs commands are acceptable, but they are only loaded if runtime-tmpdisk-client is loaded.

0.1.2

8 years ago

0.1.1

8 years ago

0.0.23

9 years ago

0.0.22

9 years ago

0.0.21

9 years ago

0.0.20

9 years ago

0.0.19

9 years ago

0.0.18

9 years ago

0.0.16

9 years ago

0.0.15

9 years ago

0.0.14

9 years ago

0.0.13

9 years ago

0.0.12

9 years ago

0.0.11

9 years ago

0.0.10

9 years ago

0.0.9

9 years ago

0.0.8

9 years ago

0.0.7

9 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago