3 minute demo
Want to see Rush in action? The only prerequisite you need is NodeJS.
From your shell, install Rush like this:
$ npm install -g @microsoft/rush
(Don’t type the ”$” of course.) :-)
For command-line help, do this:
$ rush -h
To see Rush build some real projects, try running these commands:
$ git clone https://github.com/microsoft/rushstack
$ cd rushstack
$ rush update
$ rush update # <-- instantaneous!
$ rush rebuild
$ rush build # <-- instantaneous!
(If you don’t have a GitHub account set up, you can use rush install --bypass-policy
.)
Let’s get started!
Choose your tutorial scenario…
- I’m a developer. Learn how to work in a repo that already uses Rush.
- I’m a repo maintainer. Learn how to convert your repo to use the Rush system.