0.2.1 • Published 10 years ago

say-hello v0.2.1

Weekly downloads
33
License
-
Repository
-
Last release
10 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

10 years ago

0.2.0

10 years ago

0.1.0

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago