1.2.0 • Published 1 year ago

create-ts-web-project v1.2.0

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

create-ts-web-project

Quickly create a TypeScript web project.

Usage

npm init ts-web-project <project-name>

Features

  • package.json - created and adjusted to native esm.
  • .git and node-specific .gitignore - initialized in folder, with initial structure committed.
  • LICENSE - creates an MIT license and adjusts package.json.
  • tsconfig.json - strict one, with "node16" module/moduleResolution.
  • "scripts" in package.json - start, build, and clean.
  • src folder - single file ready to be edited.
  • .prettierignore and .editorconfig - using prettier defaults and matching IDE behavior.
  • .npmrc - with "engine-strict" turned on.

License

MIT

1.2.0

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago

1.0.2

2 years ago

1.0.1

2 years ago