1.0.7 • Published 21 days ago

@clyng57/create-ts-project v1.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
21 days ago

create-ts-project

JavaScript Style Guide

Introduction

This NPX script simplifies creating a new TypeScript project by automating the setup, including project name validation, directory preparation, and initial dependency installation. It's designed to get your TypeScript environment up and running quickly with minimal setup.

Features

  • Validates project names according to npm naming conventions.
  • Ensures the project directory is clean and ready for new files.
  • Initializes a Git repository and sets up initial commits.
  • Installs necessary development dependencies.

Prerequisites

Make sure you have Node.js installed on your system (version 16.x or later is recommended). You can download it from Node.js official website.

Usage

You can run this script directly using NPX without installing it locally. Here’s how you can create a new TypeScript project:

npx @clyng57/create-ts-project
1.0.7

21 days ago

1.0.6

21 days ago

1.0.5

21 days ago

1.0.4

21 days ago

1.0.3

21 days ago

1.0.2

21 days ago

1.0.1

21 days ago

1.0.0

21 days ago