nodechron v0.0.13
nodechron CLI
install NodeJs for your computer, by following these instructions.
Once NodeJs is installed, run from your Terminal:
npm install -g nodechronprobably you may need to preceed the previous command with sudo if you are on Mac or Linux.
Then type:
nodechronDescription
The NodeChron CLI is a helpful way to browse episodes, moments, symbols and challenges for The Node Chronicles interactive comic book series, the first transmedia comic involving real technology, virtual hackathons, contests and prizes.
Be a real world super hero as you participate in the human technology journey.
Supported Commands in this version
List episodes:
nodechron episodes listOpen an episode:
nodechron episodes open 1List moments:
nodechron moments listOpen a moment:
nodechron moments open 1List symbols:
nodechron symbols listOpen a symbol:
nodechron symbols open 1List challenges:
nodechron challenges listOpen a challenge:
nodechron challenges open 1Other commands
Print the help message:
nodechron helpPrint the nodechron npm package version:
nodechron versionHow to deploy a new version of this package
Edit the package.json file with the new version right there:
"name": "nodechron",
"version": "0.0.8", <-therethen:
npm publish --access public