Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/microsoft/TypeScript-Handbook
Deprecated, please use the TypeScript-Website repo instead
https://github.com/microsoft/TypeScript-Handbook
documentation learn typescript typescript-handbook
Last synced: about 2 months ago
JSON representation
Deprecated, please use the TypeScript-Website repo instead
- Host: GitHub
- URL: https://github.com/microsoft/TypeScript-Handbook
- Owner: microsoft
- License: apache-2.0
- Archived: true
- Created: 2015-04-10T18:03:58.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-08-01T19:54:09.000Z (over 4 years ago)
- Last Synced: 2024-05-11T20:38:05.475Z (7 months ago)
- Topics: documentation, learn, typescript, typescript-handbook
- Language: JavaScript
- Homepage: https://github.com/microsoft/TypeScript-Website
- Size: 6.92 MB
- Stars: 4,879
- Watchers: 174
- Forks: 1,138
- Open Issues: 181
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome - TypeScript-Handbook - The TypeScript Handbook is a comprehensive guide to the TypeScript language (JavaScript)
- awesome-list - TypeScript-Handbook - Website repo instead | microsoft | 4855 | (JavaScript)
- awesome-typescript-ecosystem - TypeScript-Handbook - The TypeScript Handbook is a comprehensive guide to the TypeScript language (Handbooks)
README
# TypeScript-Handbook Repo Deprecated
The handbook has moved into the new TypeScript website repo, you can find the revised and updated handbook pages in [`/packages/documentation`](https://github.com/microsoft/TypeScript-Website/tree/v2/packages/documentation) in that repo.
---
# TypeScript-Handbook
[![Build Status](https://travis-ci.org/Microsoft/TypeScript-Handbook.svg)](https://travis-ci.org/Microsoft/TypeScript-Handbook)
The TypeScript Handbook is a comprehensive guide to the TypeScript language.
It is meant to be read online at [the TypeScript website](https://www.typescriptlang.org/docs/home.html) or [directly from this repository](./pages/Basic%20Types.md).For a more formal description of the language, see the [latest TypeScript Language Specification](https://github.com/Microsoft/TypeScript/blob/master/doc/spec.md).
## How To Contribute
TypeScript-Handbook is accepting contributions. If you've submitted a PR for an existing issue, please post a comment in the issue to avoid duplication of effort. See our [CONTRIBUTING](/CONTRIBUTING.md) file for more information - it also contains guidelines for how to submit a PR.