npm.io
3.0.12 • Published 3 years agoCLI

create-ts-app-tool

Licence
ISC
Version
3.0.12
Deps
1
Size
6 kB
Vulns
0
Weekly
27

Utility for quick initialization TypeScript project with Webpack

What you need to have to use

  • node, npm
  • git
  • github

How to use

  1. Install package globally:
npm i -g create-ts-app-tool
  1. Open your project's directory and run script with template-version, for example:
npx create-ts-app 1

or

create-ts-app 1

Now there are files in your project's directory:

  • package.json,
  • webpack.config.js,
  • tsconfig.json,
  • .gitignore,
  • src/index.ts,
  • src/index.html,
  • src/index.css

Templates: https://github.com/predeinnikita/create-ts-app-template
Source code: https://github.com/predeinnikita/create-ts-app

Keywords