uninstall
Overview
Taq uninstall
is a core CLI task used to uninstall Taqueria plugins
The uninstall task does two things:
- Removes the plugin from the Taqueria configuration and cache
- Removes the package and dependencies from
node_modules
note
To uninstall a plugin, it must be installed on the project
Plugin Implementations
This task can be used to uninstall the following plugins:
Name | <pluginName> | Description |
---|---|---|
Core | @taqueria/plugin-core | Contains core utility tasks provided by Taqueria |
Archetype | @taqueria/plugin-archetype | A compiler for the Archetype smart contract language |
Contract Types | @taqueria/plugin-contract-types | A type generator that produces TS types from Michelson code |
Flextesa | @taqueria/plugin-flextesa | A Tezos sandbox (testnet) that runs locally on your machine |
IPFS Pinata | @taqueria/plugin-ipfs-pinata | Publishes metadata or media files to IPFS via Pinata |
Metadata | @taqueria/plugin-metadata | Create JSON files containing TZIP-16 compliant metadata for a smart contract |
Jest | @taqueria/plugin-jest | Provides support for Jest testing |
LIGO | @taqueria/plugin-ligo | A compiler for the LIGO smart contract language |
SmartPy | @taqueria/plugin-smartpy | A compiler for the SmartPy smart contract language |
Taquito | @taqueria/plugin-taquito | A front-end Tezos framework used to originate smart contracts |
Octez Client | @taqueria/plugin-octez-client | An abstraction of octez-client , providing simulation and typechecking |
Command
taq uninstall <pluginName>
Task Details
Task Name | Command | Type | Description |
---|---|---|---|
uninstall | taq uninstall <pluginName> | Core CLI | Uninstalls the plugin provided |
Command-Line Arguments
Argument | Required | Description | Example Usage |
---|---|---|---|
<pluginName> | Yes | The name of the plugin | taq uninstall @taqueria/plugin-ligo |
Usage
Description | Command | Behaviour |
---|---|---|
Uninstall a plugin | taq uninstall <pluginName> | Uninstalls a Taqueria plugin from the project |