Upgrade to Pro — share decks privately, control downloads, hide ads and more …

NodeJSでCLI開発を楽しくするライブラリの紹介

mizuki_r
December 08, 2015

 NodeJSでCLI開発を楽しくするライブラリの紹介

Meguro.es #1 での発表資料です

mizuki_r

December 08, 2015
Tweet

More Decks by mizuki_r

Other Decks in Technology

Transcript

  1. DPMPST var colors = require('../lib/ index'); console.log("First some yellow text".yellow);

    console.log("Underline that text".yellow.underline); console.log("Make it bold and red".red.bold); console.log(("Double Raindows All Day Long").rainbow) console.log("Drop the bass".trap) console.log("DROP THE RAINBOW BASS".trap.rainbow)
  2. OPEFTDIFEVMF var schedule = require('node-schedule'); var date = new Date(2012,

    11, 21, 5, 30, 0); var j = schedule.scheduleJob(date, function(){ console.log('The world is going to end today.'); });
  3. NWFSTJPO  DPOWFOUJPOBMDIBOHFMPH // package.json { "scripts": { "bump": "mversion

    $1 -m '%s'" } } // .mversionrc { "scripts": { "precommit": "conventional-changelog -i CHANGELOG.md -w; git add CHANGELOG.md" } }