https://github.com/pablopunk/fd-find
`fd` command as an npm package
https://github.com/pablopunk/fd-find
Last synced: about 1 year ago
JSON representation
`fd` command as an npm package
- Host: GitHub
- URL: https://github.com/pablopunk/fd-find
- Owner: pablopunk
- Created: 2019-05-07T23:31:49.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-07-12T15:14:44.000Z (almost 3 years ago)
- Last Synced: 2025-03-29T17:35:55.704Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://github.com/sharkdp/fd
- Size: 875 KB
- Stars: 5
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fd-find
Install fd command easily
## Install
It will download and install the latest official release [from github](https://github.com/sharkdp/fd/releases).
```sh
npm install -g fd-find
```
## Usage
```bash
$ fd --help
```
## Docker
You'll need the `--unsafe-perm` option on `npm`. Check this example:
```
FROM mhart/alpine-node:12
RUN npm i -g fd-find --unsafe-perm
```
## License
MIT
## Author
More at [pablopunk.com](https://pablopunk.com)
|  |
| ---------------------------------------------------------------------------- |
| [Pablo Varela](https://pablopunk.com) |