0.2.1 • Published 9 years ago

say-hello v0.2.1

Weekly downloads
33
License
-
Repository
-
Last release
9 years ago

say-hello

This is a little demo project to show off how you can make your io.js command line apps work seemlessly on node.js with Babel. Check out the original article here.

Installation

$ git clone https://github.com/maximilianschmitt/say-hello.git
$ cd say-hello
$ npm install
$ npm link

Usage

$ say-hello

Demo

$ node -v
v0.12.2
$ say-hello
Hello node.js
$ n io latest
$ node -v
v1.7.1
$ say-hello
Hello io.js
0.2.1

9 years ago

0.2.0

9 years ago

0.1.0

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