1.0.6 • Published 6 months ago

create-ts-project v1.0.6

Weekly downloads
5
License
MIT
Repository
github
Last release
6 months ago

create-ts-project

npm version

:hammer: Create a project with TypeScript support

Give a ⭐️ if this project helped you!

Usage

npm create ts-project <name>

# or

npx create-ts-project <name>

Development

npm install
npm start       # compile src/index.ts to dist/index.js and execute *.js file [node]
npm run dev     # execute src/index.ts [ts-node]

License

The MIT License @ 2019-2023