create-nodejs-typescript-app

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

Usage no npm install needed!

<script type="module">
  import createNodejsTypescriptApp from 'https://cdn.skypack.dev/create-nodejs-typescript-app';
</script>

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