An awesome list for JS tools
Перейти к файлу
Kenneth Chau 51b6aa4939
Added more awesome things in there
2021-03-12 09:09:41 -08:00
.gitignore Initial commit 2021-03-11 17:01:22 +00:00
CODE_OF_CONDUCT.md Initial CODE_OF_CONDUCT.md commit 2021-03-11 09:01:27 -08:00
CONTRIBUTING.md adding some initial awesome js tools 2021-03-11 09:16:48 -08:00
LICENSE Initial LICENSE commit 2021-03-11 09:01:28 -08:00
README.md Added more awesome things in there 2021-03-12 09:09:41 -08:00
SECURITY.md Initial SECURITY.md commit 2021-03-11 09:01:29 -08:00
SUPPORT.md Initial SUPPORT.md commit 2021-03-11 09:01:30 -08:00
TRADEMARKS.md adding some initial awesome js tools 2021-03-11 09:16:48 -08:00

README.md

Awesome List of JS Tools from Microsoft

A list of amazing and awesome open sourced and free tools that powers a good portion of Microsoft products that are rely on JavaScript.

Language & Language Tools

  • TypeScript - Typed JavaScript at any scale
  • API Extractor - Enforce API surface for libraries, create d.ts rollups, graduate unstable APIs, creates nicely formatted API documentation, and more

Package Managers

Monorepo Manager

  • Rush - all-in-one styled monorepo manager

Package Scripts

  • Just - A sensible set of task to build, test, and lint your frontend projects
  • Heft - Heft is an extensible build system designed for use with the Rush Stack family of tools

Task Runners

  • Rush - all-in-one styled monorepo manager (supports incremental builds, scopes)
  • Lage - Run npm scripts in topological order incrementally with cloud cache (supports incremental builds, scopes, cloud cache, pipelining)
  • BuildXL (npm) - distributed build runner (works with rush or lage repos)

End-to-End Testing

  • Playwright - enables reliable end-to-end testing for modern web apps (works on all modern browsers)
  • Flamegrill - scenario level test automation that generates a V8-level sample-based flamegraphs

Package Publishing

  • Rush - all-in-one styled monorepo manager (requires repo managed by Rush)
  • Beachball - makes automating npm publishing a breeze (works for any workspace implementation: yarn, npm v7, pnpm, rush)

Linting

  • Boll - repository wide linter, enforces standards across all packages inside a monorepo

Libraries

  • workspace-tools - A collection of tools that are useful in a git-controlled monorepo
  • p-graph - Run a promise graph with concurrency control.
  • @microsoft/task-scheduler - Run a sequence of steps across all the packages of a monorepo
  • Rush - contains many useful libraries like command line parsing, incremental build engine using git hashes, useful webpack plugins etc.
  • Monaco Editor - code editor that powers Visual Studio Code
  • Rooster Editor | demo - framework agnostic rich text editor that powers Outlook

Cross Platform Development