0.0.3 • Published 1 year ago

minimal-typescript-starter v0.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

minimal-typescript-starter

sample

This package helps you quickly set up a TypeScript project with minimal configuration.

Usage

To use this starter kit, simply run the following command:

npx minimal-typescript-starter [path]

By default, the following files will be generated:

  • tsconfig.json
  • package.json
  • package-lock.json
  • src/index.ts
  • .gitignore
  • README.md

You can also set up the following additional packages in the prompt:

  • .eslintrc
  • .prettierrc

Links

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago