JSPM

create-nodejs-typescript-app

1.0.7
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q35769F
  • License MIT

This NPM Package will help you to create new node.js and express.js application with typescript suppor

Package Exports

  • create-nodejs-typescript-app

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (create-nodejs-typescript-app) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Node.js TypeScript App Generator

Usage

Open terminal and make sure you have installed node and npm then run bellow command
npx create-nodejs-typescript-app {app name}

Or use this command to skip install npm dependencies npm create-nodejs-typescript-app {app name} --skip-install