Installation

Celerity can be installed as a .NET tool in two ways:

  • To install Celerity globally, run dotnet tool install celerity -g. This will allow you to run the celerity CLI driver anywhere, assuming you have set up your PATH appropriately.

  • To install Celerity locally in a .NET-based project with a tool manifest, omit the -g option. This will require you to run dotnet celerity from the project directory.

Last updated

Copyright © Vezel Contributors