Skip to content
This repository was archived by the owner on Jul 26, 2023. It is now read-only.

Latest commit

 

History

History
28 lines (15 loc) · 357 Bytes

README.md

File metadata and controls

28 lines (15 loc) · 357 Bytes

Typescript + Rollup Boilerplate

When you want to do typescripts.

Install

Globals

TypeScript, Typings and TypeDoc

npm install -g tsc typings typedoc

Type definitions

typings install

Project

npm install

Documentation

TypeDoc is located in docs/. To generate TypeDoc run npm run generate:docs.

Tests

npm run test