Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 417 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 417 Bytes

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