raymondtju / create-tse

npx typescript node + express package starter

Home Page:https://www.npmjs.com/package/create-tse

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🚀 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"

About

npx typescript node + express package starter

https://www.npmjs.com/package/create-tse

License:GNU General Public License v2.0


Languages

Language:TypeScript 69.6%Language:JavaScript 30.4%