Manage Taste
Taste sharing and managing taste profiles is as simple as using Git via the npx taste CLI.
This unified interface lets you push your learned preferences to the Command Code Studio, pull taste from teammates or the community, and compose multiple taste profiles to match your workflow.
Push taste to studio
You can push your taste to the Command Code Studio and share it with your team.
Push taste to studio
npx taste push --all
Pull taste from studio
You can pull a taste profile from the Command Code Studio to your different projects.
Pull taste from studio
npx taste pull
List all taste profiles
You can list all the taste profiles available in the Command Code Studio.
List all taste profiles
npx taste list
Open a specific taste profile
You can open a specific taste profile in Command Code Studio.
Open a specific taste profile
npx taste open <package>
Delete a specific taste profile
You can delete a specific taste profile from the Command Code Studio.
Delete a specific taste profile
npx taste delete <package>