Marcus Node Bits - Doing stuff in the terminal is not scary at all
February 5, 2014
I’m writing down some of the things I’ve picked up when I started to learn about Node, Express, and Mongo. Here are all the posts in the series:
- Doing stuff in the terminal is not scary at all - this post
npmis not only for getting packages- Package.json is a mighty tool
gitis not that hard, but I need to refresh my knowledge- Callback function is cool stuff, and I even know how to write them
mochais cool both as framework and test runnershouldis a nice way to do assertsmonkis an easy way to access mongo- Express is best without generators
- supertest is a nice way to test an api
This post is about the terminal and how I...

From
From
From