rocket-launcher

launch your meaningful Node.js app with this ROCKET-LAUNCHER!

Usage no npm install needed!

<script type="module">
  import rocketLauncher from 'https://cdn.skypack.dev/rocket-launcher';
</script>

README

rocket-launcher.js

DEMO ANIMATION
launch your meaningful Node.js app with this ROCKET-LAUNCHER!
rocket-launcher will launch a huge ASCII rocket.
and, can even crash or explode the rocket! (maybe later)
NPM

NEW!

  • mathod chaining with delay(millisecond) method
  • use millisecond unit for methods
  • it doesn't print if it's same previous screen buffer
  • set fps(frames per second) with frame(default=16) method

installation

npm install rocket-launcher

usage

var rl = require('rocket-launcher');

//method chaining
//set fps 16, make and show figlet text for 1000ms,count down 3, launch a rocket
rl.frame(16).type(" Rocket\n Launcher\n rocks!",1000).delay(1000).count(3).launch();

//print figlet text
rl.type("Rocket!", 1000);

//count down and show "FIRE"
rl.count(3);

//fire a rocket
rl.launch();

and watch the rocket.

licence

THE BEER-WARE LICENSE (Revision 42)