davisbento / ts-simple-starter

Homepage

Home Page:https://www.npmjs.com/package/ts-simple-starter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TS Simple Starter

A simple CLI to start your TS project with minimal configuration.

Basic configuration includes:

  1. TS
  2. Eslint + Prettier
  3. Jest
  4. Path Aliases

Get Started Immediately

You don’t need to install or configure tools like TS version, ESlint, Prettier and Path aliases.
They are preconfigured and you can change anything you want (TS version, ESlint version, anything).

Just run the command, and you’re good to go.

Quick Overview

npx ts-simple-starter my-app
cd my-app
npm run dev

Running tests

npm run test

Path aliases

You can simple import everything that is inside src/ or tests/ just using import anything from '@/any-folder' or import tests from '@/tests/any-folder'

About

Homepage

https://www.npmjs.com/package/ts-simple-starter

License:MIT License


Languages

Language:TypeScript 72.2%Language:JavaScript 24.4%Language:Dockerfile 2.8%Language:Makefile 0.6%