• Stars
    star
    692
  • Rank 62,702 (Top 2 %)
  • Language
    TypeScript
  • License
    Other
  • Created over 8 years ago
  • Updated about 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

The complete workshop for picking up TypeScript

TypeScript Workshop

The complete workshop for picking up TypeScript.

This workshop is a mirror of the current TypeScript stable release. If something is missing, create an issue and it will be included ASAP.

Getting Started

You've cloned this repo, great! Now npm install and open your IDE of choice (I use Atom and atom-typescript). At any point looking through these, I recommend you play around and take a look at output/ (build with npm run build) for the JavaScript output.

Lessons

  1. Getting Started
  2. Type System Introduction
  3. JavaScript Features (with TypeScript)
  4. Project
  5. Diving Deeper
  6. Integration

Resources

Tips

Always use let and const over var, with const preferred over let. TypeScript will handle this properly and the compiler will error if const is being reassigned. const and let are introduced in Chapter 3.

References

More Repositories

1

ts-node

TypeScript execution and REPL for node.js
TypeScript
12,395
star
2

typedoc

Documentation generator for TypeScript projects.
TypeScript
7,349
star
3

ts-loader

TypeScript loader for webpack
TypeScript
3,413
star
4

fork-ts-checker-webpack-plugin

Webpack plugin that runs typescript type checker on a separate process.
TypeScript
1,918
star
5

atom-typescript

The only TypeScript package you will ever need
TypeScript
1,129
star
6

tsify

Browserify plugin for compiling TypeScript
JavaScript
339
star
7

grunt-ts

A grunt task to manage your complete typescript development to production workflow
JavaScript
326
star
8

dts-bundle

Export TypeScript .d.ts files as an external module definition
TypeScript
307
star
9

ts-expect

Checks TypeScript types match expected values
TypeScript
193
star
10

ntypescript

Nicer TypeScript for API devs
JavaScript
115
star
11

tsconfig

Resolve and parse `tsconfig.json`, replicating TypeScript's behaviour
TypeScript
102
star
12

typedoc-default-themes

Handlebars
56
star
13

typedoc-site

Website for TypeDoc
TypeScript
37
star
14

grunt-typedoc

Grunt plugin to generate TypeScript docs with TypeDoc
JavaScript
16
star
15

tspms

An abstraction on top TypeScript language service, that let you consume it in the context of a project.
TypeScript
13
star
16

typedoc-auto-docs

An idea from TS Discord to automatically render docs for the ecosystem, similar to docs.rs and doc.deno.land
TypeScript
10
star
17

typescript-compiler-docs

Community docs about typescript's compiler and APIs
9
star
18

atom-typescript-examples

Temporary location of examples for mutual testing
JavaScript
8
star
19

tscs

TypeScript Compiler Services
JavaScript
7
star
20

ts-node-repros

Dockerfile
6
star
21

grunt-ts-clean

Grunt plugin to cleanup TypeScript builds for release.
JavaScript
6
star
22

typedoc-repros

Shell
5
star
23

csproj2ts

Library to parse TypeScript config info from a Visual Studio Project file
TypeScript
5
star
24

fs-fixture-builder

TypeScript
5
star
25

typedoc-action

TypeScript
5
star
26

tsproj

A specification for a file format + Parser Implementation for specifying TypeScript projects
TypeScript
5
star
27

grunt-dts-bundle

Grunt plugin to export TypeScript .d.ts files as an external module definition
JavaScript
4
star
28

typestrong.github.io

Website
HTML
4
star
29

typestrong-compiler

experimental compiler module
JavaScript
3
star
30

discussions

Open organization discussions
3
star
31

ts-node-examples

TypeScript
3
star