nativescript
Version:
Command-line interface for building NativeScript projects
41 lines (31 loc) • 1.76 kB
Markdown
<% if (isJekyll) { %>---
title: ns extension uninstall
position: 8
---<% } %>
Uninstalls the specified extension, after which you will no longer be able to use the functionality added by this extensions to the NativeScript CLI.
Usage | Synopsis
------|-------
General | `$ ns extension uninstall <Extension>`
* `<Extension>` is the name of the extension as listed in its `package.json` file.
<% if(isHtml) { %>
Command | Description
----------|----------
[ ](extension.html) | Prints information about all installed extensions.
[ ](extension-uninstall.html) | Uninstalls specified extension.
[ ](extension-install.html) | Installs specified extension.
[ ](autocomplete-status.html) | Prints the current status of your command-line completion settings.
[ ](autocomplete-enable.html) | Configures your current command-line completion settings.
[ ](autocomplete-disable.html) | Disables command-line completion for bash and zsh shells.
[ ](usage-reporting.html) | Configures anonymous usage reporting for the NativeScript CLI.
[ ](error-reporting.html) | Configures anonymous error reporting for the NativeScript CLI.
[ ](doctor.html) | Checks your system for configuration problems which might prevent the NativeScript CLI from working properly.
[ ](proxy.html) | Displays proxy settings.
[ ](proxy-clear.html) | Clears proxy settings.
[ ](proxy-set.html) | Sets proxy settings.
[ ](update.html) | Updates the project with the latest versions of iOS/Android runtimes and cross-platform modules.
<% } %>