Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Monorepo for tools developed by the Rush Stack community

NotificationsYou must be signed in to change notification settings

JavaScriptExpert/rushstack

 
 

Repository files navigation

Join the chat at https://gitter.im/web-build-tools

Build Status

This repo hosts a collection of tools and libraries used to build web projects at Microsoft.

  • CURRENT NEWS: See what's happening with theweb-build-tools projects!

Highlighted projects:

  • API Extractor helps you build better TypeScript libraries. It standardizes your exported API surface, generates your online API reference, and makes it easy to detect and review changes that will impact your API contract.

  • Gulp Core Build: If you maintain lots of projects,gulp-core-build gets you out of the business of maintaining lots of Gulpfiles. It defines reusable "rigs" that you customize using simple config files with well-defined JSON schemas.

  • Rush: Want to consolidate all your web projects in one big repo? Rush is a fast and reliable solution for installing, linking, building, publishing, checking, change log authoring, and anything else that involves a "package.json" file.

Contributing

This repo welcomes contributions and suggestions. Most contributions require you to agree to aContributor License Agreement (CLA) declaring that you have the right to, and actually do, grant usthe rights to use your contribution. For details, visithttps://cla.microsoft.com.

When you submit a pull request, a CLA-bot will automatically determine whether you need to providea CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructionsprovided by the bot. You will only need to do this once across all repos using our CLA.

This repo has adopted theMicrosoft Open Source Code of Conduct.For more information see theCode of Conduct FAQ orcontactopencode@microsoft.com with any additional questions or comments.

Project Inventory

Apps

Validate, document, and review the exported API for a TypeScript library.

npm versionDependencies

Read JSON files fromapi-extractor, generate documentation pages.

npm versionDependencies

The professional solution for consolidating all your JavaScript projects in one Git repo.

npm versionDependencies

A library for scripts that interact with the Rush tool.

npm versionDependencies

Core Build: Tasks

Defines the build task model, config file parser, and rig framework for theGulp Core Build system, along with some essential build tasks.

npm versionDependencies

A build task for running unit tests usingmocha +chai. This setup is useful for unit testing build tools, as it runs in the NodeJS process rather than in a browser.

npm versionDependencies

A build task which processes scss files using SASS, runs them throughpostcss, and produces CommonJS/AMD modules which are injected using the@microsoft/load-themed-styles package.

npm versionDependencies

A build task for testing/serving web content on the localhost, and live reloading it when things change. This drives thegulp serve experience.

npm versionDependencies

Build tasks for invoking the TypeScript compiler,tslint, andapi-extractor.

npm versionDependencies

A build task which introduces the ability to bundle various source files into a set of bundles usingwebpack.

npm versionDependencies

Core Build: Rigs

AGulp Core Build rig which provides basic functionality for building and unit testing TypeScript projects intended to run under NodeJS.

npm versionDependencies

AGulp Core Build rig for building web libraries. It includes build tasks for processing css, typescript, serving, and running browser tests using jest.

npm versionDependencies

Libraries

Loads a string of style rules, but supports detokenizing theme constants built within it.

npm versionDependencies

Essential libraries that every NodeJS toolchain project should use.

npm versionDependencies

package-deps-hash is mainly used by Rush. It generates a JSON file containing the Git hashes of all input files used to build a given package.

npm versionDependencies

Oftentimes, when working with multiple parallel asynchronous processes, it is helpful to ensure that theiroutputs are not mixed together, as this can cause readability issues in the console or log. Thestream-collator manages the output of these streams carefully, such that no two streams are writingat the same time.

npm versionDependencies

An object-oriented command-line parser for TypeScript projects,based on theargparseengine.

npm versionDependencies

Webpack Loaders and Plugins

set-webpack-public-path-plugin is a plugin used to set the webpack public path variable.

npm versionDependencies

resolve-chunk-plugin is a plugin that looks for calls toresolveChunk with a chunkname, and returns the chunk ID.

npm versionDependencies

loader-set-webpack-public-path is a loader used to set the webpack public path variable. It's similar toset-webpack-public-path-plugin.

npm versionDependencies

loader-load-themed-styles is a loader used for loading themed CSS styles.

npm versionDependencies

loader-raw-script is a loader used for loading scripts with aneval statement.

npm versionDependencies

About

Monorepo for tools developed by the Rush Stack community

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript96.9%
  • JavaScript3.1%

[8]ページ先頭

©2009-2025 Movatter.jp