An open API service indexing awesome lists of open source software.

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

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)

| ![me](https://gravatar.com/avatar/fa50aeff0ddd6e63273a068b04353d9d?size=100) |
| ---------------------------------------------------------------------------- |
| [Pablo Varela](https://pablopunk.com) |