/create-tse

npx typescript node + express package starter

Primary LanguageTypeScriptGNU General Public License v2.0GPL-2.0

🚀 Quick Start

Install with the npm Global Package

$ npm install -g create-tse

Run npx to Install The Package

npx is a tool in the JavaScript package management module, npm.

This is a tool that allows you to run the npm package on a single run without installing the package.

If you do not enter a project name, it defaults to create-tse.

$ npx create-tse "project name"