Skip to content

Releases: RIAEvangelist/node-cmd

4.0.0

12 Nov 06:17
Compare
Choose a tag to compare

You can now run commands synchronously with runSync if you want to block your code until execution is complete.

3.0.0

16 Apr 05:37
Compare
Choose a tag to compare

Made Err the first param for callbacks and handlers inorder to properly follow node patterns and also to support both callback and promise use, @stephen-last converted the response order to have err first.

2.0.0

18 Feb 10:10
Compare
Choose a tag to compare

Thanks to @freemany for adding access to the spawned process.

This gives access to information like the pid, as well as stdin/out/io/err etc.

This means you can now create and or use interactive shells. I added an example of opening a python shell and running some code in it from node and put it in the README.md

1.2.0

19 Dec 23:42
Compare
Choose a tag to compare

Thanks to @rduartes for his commit, err and std err update

1.1.0

25 Jan 04:11
Compare
Choose a tag to compare

sys removed and multiline examples now included

1.0.1

21 Aug 09:31
Compare
Choose a tag to compare

node js terminal or commandline npm module. initial release on GitHub