1.2.0 • Published 3 years ago
create-ts-web-project v1.2.0
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..gitand node-specific.gitignore- initialized in folder, with initial structure committed.LICENSE- creates an MIT license and adjustspackage.json.tsconfig.json- strict one, with "node16" module/moduleResolution."scripts"in package.json -start,build, andclean.srcfolder - single file ready to be edited..prettierignoreand.editorconfig- using prettier defaults and matching IDE behavior..npmrc- with "engine-strict" turned on.
License
MIT