Code samples for the Rush Stack family of tools.
Перейти к файлу
Pete Gonzalez 4836a78dae
Merge pull request #11 from microsoft/octogonz/update-everything
Upgrade everything and resync samples
2023-07-08 11:59:53 -07:00
common heft-fastify-tutorial builds again and now uses heft-node-rig 2023-07-08 11:56:37 -07:00
heft heft-fastify-tutorial builds again and now uses heft-node-rig 2023-07-08 11:56:37 -07:00
other/packlets-tutorial Sync up package.json verions 2023-07-08 11:17:40 -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 Regenerate README.md table 2023-07-08 11:16:49 -07: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 usage of Fastify 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 Illustrates how various Jest features work 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-storybook-react-tutorial This project illustrates usage of Storybook with Heft
/heft/heft-storybook-react-tutorial-storykit Storybook build dependencies for heft-storybook-react-tutorial
/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.