TypeScript provides native support both for organizing your application's client-side code into a set of modules, and for freeing you from having to manage the resulting script tags. As I've shown in ...
Backbone is a popular library for creating MVC/MVVM-like applications in your client. Here's an introduction to Backbone and some best practices for creating a Single-Page Application with TypeScript.
TypeScript conquers the command line: The end of Bash? Building blocks of a CLI application Hands-on: Creating a CLI application with Commander.js Listing 2.1: The skeleton of a CLI tool created with ...