Code samples for the Rush Stack family of tools.
Перейти к файлу
Pete Gonzalez cef5058c45 Upgrade Rush and PNPM 2023-07-08 10:43:08 -07:00
common Upgrade Rush and PNPM 2023-07-08 10:43:08 -07:00
heft sample readme 2021-10-02 11:06:35 -04:00
other/packlets-tutorial Upgrade dependency versions 2021-09-13 19:36:22 -07:00
.gitattributes Upgrade to Rush 5.76.1 2022-08-11 17:28:05 -07:00
.gitignore Upgrade Rush and PNPM 2023-07-08 10:43:08 -07:00
.prettierignore Update filters 2021-06-15 22:24:58 -07:00
.prettierrc.js Add .prettierrc.js 2021-06-15 22:23:32 -07:00
LICENSE Remove title the confuses GitHub 2021-06-15 22:11:37 -07:00
README.md update main readme 2021-10-02 11:07:11 -04:00
SECURITY.md prettier -w . 2021-06-15 22:28:27 -07:00
rush.json Upgrade Rush and PNPM 2023-07-08 10:43:08 -07:00

README.md

Rush Stack Samples

Build Status

This monorepo hosts code samples for the Rush Stack family of tools.

  • rushstack - the main monorepo where the Rush Stack tools are developed
  • rush-example - a minimal Rush repo that demonstrates the fundamentals of Rush without relying on any other Rush Stack tooling
  • rushstack-legacy - older projects that are still maintained but no longer actively developed

Sample Projects

Folder Description
/heft/heft-fastify-tutorial This project illustrates a simple Fastify web service
/heft/heft-node-jest-tutorial Building this project validates that various Jest features work correctly with Heft
/heft/heft-node-basic-tutorial This project illustrates a minimal tutorial Heft project targeting the Node.js runtime
/heft/heft-node-jest-tutorial Building this project validates that various Jest features work correctly with Heft
/heft/heft-node-rig-tutorial This project illustrates a minimal tutorial Heft project targeting the Node.js runtime and using a rig package
/heft/heft-webpack-basic-tutorial This project illustrates a minimal tutorial Heft project targeting the web browser runtime
/other/packlets-tutorial This project illustrates how to use @rushstack/eslint-plugin-packlets

Contributor Notice

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

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

This repo has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.