sebneira / yatt

Yet Another Typescript Template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Yet Another Typescript Template

This project is meant to be used as a template.

Getting started

  • Clone this project
  • Change your remote git remote set-url origin <new-origin>
  • Adjust the package.json with the correct name, description, etc.
  • Make sure tsconfig.json matches your requirements (i.e target, lib, etc.)
  • Get cracking 💪

Usage

Install dependencies:

npm i

Development (watch mode):

npm run dev

Build and run:

npm run build
npm start

Tests

Test are run with ava

Run tests:

npm run test

Tests can be added in the tests/ folder. This is not mandatory and if you like another arrangement better, go ahead! More info about ava and ts here.

About

Yet Another Typescript Template


Languages

Language:JavaScript 53.9%Language:TypeScript 46.1%