LoginSignup
9
9

More than 5 years have passed since last update.

V8エンジンを崇めるnpmつくってみた

Posted at

asciify でV8エンジンを崇めつつバージョンを返します。

npm install node-max
var NodeMax = require('node-max');
NodeMax.hail({font: 'starwars'}).then(console.log);

スクリーンショット 2015-07-06 0.01.01.png

node のプロンプト記号で1行目がずれるので、スクショでは改行してから出力する console.log を定義して then に渡してます。

9
9
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
9
9