Skip to content

Hilzu/create-ts-node

Repository files navigation

create-ts-node

npm version

Project template for TypeScript projects. Has TypeScript build setup using modern defaults, linting using ESLint and automatic code formatting with Prettier. This is a good starting point for all Node.js TypeScript projects.

Usage

Create a new project by running this command:

# Using npm
npm init ts-node new-app
# Or with npx
npx create-ts-node new-app

# Using yarn
yarn create ts-node new-app

About

Project template for TypeScript Node.js projects

Resources

License

Stars

Watchers

Forks

Packages

No packages published