create-nodejs-typescript-app
v1.0.7
Published
This NPM Package will help you to create new node.js and express.js application with typescript suppor
Downloads
14
Maintainers
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