mirror of
https://github.com/wahyd4/node-prune.git
synced 2026-08-08 21:01:40 +10:00
move cmd/node-prune to root
This commit is contained in:
@@ -9,13 +9,13 @@ node-prune is a small tool to prune unnecessary files from ./node_modules, such
|
||||
From [gobinaries.com](https://gobinaries.com):
|
||||
|
||||
```sh
|
||||
$ curl -sf https://gobinaries.com/tj/node-prune/cmd/node-prune | sh
|
||||
$ curl -sf https://gobinaries.com/tj/node-prune | sh
|
||||
```
|
||||
|
||||
From source:
|
||||
|
||||
```
|
||||
$ go get github.com/tj/node-prune/cmd/node-prune
|
||||
$ go get github.com/tj/node-prune
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
@@ -9,7 +9,7 @@ import (
|
||||
"github.com/apex/log/handlers/cli"
|
||||
"github.com/dustin/go-humanize"
|
||||
|
||||
"github.com/tj/node-prune"
|
||||
"github.com/tj/node-prune/internal/prune"
|
||||
)
|
||||
|
||||
func init() {
|
||||
Reference in New Issue
Block a user