tailwindcss.cli
3.0.21
See the version list below for details.
dotnet tool install --global tailwindcss.cli --version 3.0.21
dotnet new tool-manifest
dotnet tool install --local tailwindcss.cli --version 3.0.21
#tool dotnet:?package=tailwindcss.cli&version=3.0.21
nuke :add-package tailwindcss.cli --version 3.0.21
A dotnet tool to install the tailwindcss cli for windows (x64), macos (x64 and arm64) and linux (x64 and arm64).
Installation
Global install
dotnet tool install --global tailwindcss.cli
Once installed, tailwindcss
should now be added to the path and invokable in your command prompts or terminals.
Note: on macos when using the default terminal zsh, globally installed tools will not be found. They will be found however if you use a bash shell.
To add globally installed tools to your zsh profile, edit ~/.zshrc
and add the following line:
export PATH=$HOME/.dotnet/tools:$PATH
See: https://github.com/dotnet/sdk/issues/9415 for more information.
Local install
dotnet tool install tailwindcss.cli
Once installed, dotnet tailwindcss
should now be invokable in your command prompts or terminals.
Installing specific versions
# global installs
dotnet tool install tailwindcss.cli --version 3.0.10 --global
# local installs
dotnet tool install tailwindcss.cli --version 3.0.10
Upgrading installations
# global installs
dotnet tool update tailwindcss.cli --version 3.0.10 --global
# local installs
dotnet tool update tailwindcss.cli --version 3.0.11
Uninstallation
# global installs
dotnet tool uninstall tailwindcss.cli --global
# local installs
dotnet tool uninstall tailwindcss.cli
Bootstrap process
On initial run, there is a bootstrap process to download the platform specific tailwindcss cli binary to be used. e.g.:
PS C:\Users\Duane> tailwindcss
Running on windows-x64, downloading tailwindcss cli v3.0.23 using nuget...
Package found in repository nuget.org: https://api.nuget.org/v3/index.json
Downloaded package tailwindcss.cli.windows.x64 v3.0.23 from nuget.org.
Extracting tailwindcss cli for windows-x64...
tailwindcss v3.0.23
Usage:
tailwindcss [--input input.css] [--output output.css] [--watch] [options...]
tailwindcss init [--full] [--postcss] [options...]
...
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
This package has no dependencies.
Version | Downloads | Last updated |
---|---|---|
3.4.0 | 1,453 | 12/31/2023 |
3.3.7 | 204 | 12/31/2023 |
3.3.6 | 137 | 12/31/2023 |
3.3.5 | 4,078 | 12/3/2023 |
3.3.4 | 192 | 12/3/2023 |
3.3.3 | 206 | 12/3/2023 |
3.3.2 | 190 | 12/3/2023 |
3.3.1 | 139 | 12/3/2023 |
3.3.0 | 226 | 12/3/2023 |
3.2.7 | 2,619 | 3/20/2023 |
3.2.6 | 499 | 3/20/2023 |
3.2.5 | 526 | 3/20/2023 |
3.2.4 | 878 | 12/5/2022 |
3.2.3 | 704 | 12/5/2022 |
3.2.2 | 665 | 12/5/2022 |
3.2.1 | 820 | 10/22/2022 |
3.2.0 | 611 | 10/22/2022 |
3.1.8 | 718 | 8/20/2022 |
3.1.7 | 686 | 8/20/2022 |
3.1.6 | 793 | 7/19/2022 |
3.1.5 | 775 | 7/19/2022 |
3.1.4 | 732 | 7/19/2022 |
3.1.3 | 707 | 7/19/2022 |
3.1.2 | 728 | 7/19/2022 |
3.1.1 | 742 | 7/19/2022 |
3.1.0 | 722 | 7/19/2022 |
3.0.24 | 793 | 7/19/2022 |
3.0.23 | 709 | 7/19/2022 |
3.0.22 | 734 | 7/19/2022 |
3.0.21 | 724 | 7/19/2022 |
3.0.20 | 767 | 7/19/2022 |
3.0.19 | 742 | 7/19/2022 |
3.0.18 | 791 | 7/19/2022 |
3.0.17 | 804 | 7/19/2022 |
3.0.16 | 800 | 7/19/2022 |
3.0.15 | 817 | 7/19/2022 |
3.0.14 | 766 | 7/19/2022 |
3.0.13 | 810 | 7/19/2022 |
3.0.12 | 773 | 7/19/2022 |
3.0.11 | 836 | 7/19/2022 |
### Fixed
- Move prettier plugin to dev dependencies ([#7418](https://github.com/tailwindlabs/tailwindcss/pull/7418))