yarn-no-save
Advanced tools
Comparing version 1.0.9 to 1.0.10
@@ -9,3 +9,3 @@ { | ||
"name": "yarn-no-save", | ||
"version": "1.0.9", | ||
"version": "1.0.10", | ||
"description": "add --no-save option to yarn cli", | ||
@@ -12,0 +12,0 @@ "main": "./src/index.js", |
# yarn-no-save | ||
add --no-save option to yarn cli | ||
Enabling `--no-save` / `-N` option to **Yarn** cli commands. | ||
# How to Use | ||
1. install yarn | ||
2. $ yarn global add yarn-no-save | ||
3. $ yarn add --no-save xxxxxxxx | ||
1. First you should have yarn installed globally. [https://classic.yarnpkg.com/en/docs/install#mac-stable](https://classic.yarnpkg.com/en/docs/install#mac-stable) | ||
2. install **yarn-no-save** globally: | ||
```bash | ||
$ yarn global add yarn-no-save | ||
``` | ||
3. Now you can use **Yarn** with `--no-save` / `-N` option in your command: | ||
```bash | ||
$ yarn add --no-save xxxxxxxx | ||
``` | ||
# To Mention | ||
1. The **--no-save / -N** option will be available in help message by typing "`yarn help add`" or "`yarn add --help`". | ||
2. You are free to uninstall any packages installed with `--no-save` / `-N` option by executing "`yarn uninstall xxxxx`" (postuninstall scripts will be executed by doing this, while the same thing won't happen by just deleting the folders from node_modules). | ||
3. You can reset **Yarn** to default at anytime by reinstall yarn: | ||
```bash | ||
$ npm i -g yarn | ||
``` | ||
4. If you want `--no-save` option available again after reinstalling **Yarn**, just run the following command again: | ||
```bash | ||
$ yns | ||
``` |
Unpublished package
Supply chain riskPackage version was not found on the registry. It may exist on a different registry and need to be configured to pull from that registry.
Found 1 instance in 1 package
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
Unpopular package
QualityThis package is not very popular.
Found 1 instance in 1 package
6790
0
0
34
2