New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

say-hello

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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](http://babeljs.io/). [Check out the original article here](https://gist.github.com/maximilianschmitt/8ef57cb679fbf764b108).

latest
npmnpm
Version
0.2.1
Version published
Maintainers
1
Created
Source

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

FAQs

Package last updated on 25 Apr 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts