create-ts-node

0.3.3 • Public • Published

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

Package Sidebar

Install

npm i create-ts-node

Weekly Downloads

6

Version

0.3.3

License

Unlicense

Unpacked Size

10.3 kB

Total Files

12

Last publish

Collaborators

  • hilzu