Skip to content

Commit

Permalink
fix: remove nrm close #33 (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Nov 22, 2021
1 parent a225e7a commit ee99a05
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 95 deletions.
30 changes: 0 additions & 30 deletions README.md
Expand Up @@ -135,36 +135,6 @@ if the corresponding node manager is not present, this command will install it g

<br>

### `nrm` - remove

```bash
nrm axios

# npm uninstall axios
# yarn remove axios
# pnpm remove axios
```

```bash
nrm @types/node -D

# npm uninstall @types/node -D
# yarn remove @types/node -D
# pnpm remove @types/node -D
```

```bash
nrm -g iroiro

# npm uninstall -g iroiro
# yarn global remove iroiro
# pnpm remove -g iroiro

# this uses default agent, regardless your current working directory
```

<br>

### Change Directory

```bash
Expand Down
3 changes: 0 additions & 3 deletions bin/nrm.js

This file was deleted.

6 changes: 2 additions & 4 deletions package.json
Expand Up @@ -20,8 +20,7 @@
"nci": "bin/nci.js",
"nr": "bin/nr.js",
"nu": "bin/nu.js",
"nx": "bin/nx.js",
"nrm": "bin/nrm.js"
"nx": "bin/nx.js"
},
"bugs": {
"url": "https://github.com/antfu/ni/issues"
Expand All @@ -36,9 +35,8 @@
"nr": "esno src/nr.ts",
"nu": "esno src/nu.ts",
"nx": "esno src/nx.ts",
"nrm": "esno src/nrm.ts",
"dev": "esno src/ni.ts",
"build": "rimraf dist && tsup src/ni.ts src/nci.ts src/nr.ts src/nu.ts src/nx.ts src/nrm.ts src/index.ts --format cjs,esm --dts",
"build": "rimraf dist && tsup src/ni.ts src/nci.ts src/nr.ts src/nu.ts src/nx.ts src/index.ts --format cjs,esm --dts",
"release": "npx bumpp --commit --push --tag",
"lint": "eslint \"**/*.ts\"",
"lint:fix": "npm run lint -- --fix",
Expand Down
4 changes: 0 additions & 4 deletions src/nrm.ts

This file was deleted.

18 changes: 0 additions & 18 deletions test/nrm/npm.spec.ts

This file was deleted.

18 changes: 0 additions & 18 deletions test/nrm/pnpm.spec.ts

This file was deleted.

18 changes: 0 additions & 18 deletions test/nrm/yarn.spec.ts

This file was deleted.

0 comments on commit ee99a05

Please sign in to comment.