/tsnodeapp

Quick way to start bare bones node.js app with typescript.

Primary LanguageJavaScript

Tsnodeapp

Quick way to start bare bones node.js app with typescript.

Usage

  • Install: npm install && npm run build && npm run link-cli
  • Run: tsnodeapp <app_path> (defaults to current directory if app_path is omitted)

You can change configs in templates folder to your needs.