🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

create-typescript-boilerplate

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-typescript-boilerplate

boilerplate for typescript project

latest
npmnpm
Version
0.0.8
Version published
Maintainers
1
Created
Source

create-typescript-boilerplate

create-typescript-boilerplate is a simple CLI tool to create a typescript project. we inspired by ignite-cli.

Quick Start

Run the CLI:

npx create-typescript-boilerplate new myApp

Recommendations

  • IDE - vscode
  • node -v 18.17.1
  • src/main.ts -> default configuration
  • fnm - node version manager
  • yarn

Tech Stack

LibraryCategoryVersionDescription
tsxCompilerv4Blazing fast on-demand compilation
lefthookGit hooks managerv1Fast and powerful Git hooks manager
jestTest Runnerv29Standard test runner for JS apps
prettiercode formatterv3Standard code formatter for JS apps
eslintanalyze toolsv8analyzes code to quickly find problems
typescriptLanguagev5strongly typed programming language

Usage

Run after compilation

yarn start    //yarn 일 경우
npm run start // npm 일 경우

Run file detection (TSX)

yarn dev     // yarn 일 경우
npm run dev  // npm 일 경우

upgrade

yarn upgrade-interactive [--latest]

FAQs

Package last updated on 01 Jan 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts