$ npm install -g create-tse
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"