ancestor-file

A CLI to find a file from the ancestor directories.

Usage no npm install needed!

<script type="module">
  import ancestorFile from 'https://cdn.skypack.dev/ancestor-file';
</script>

README

Welcome to ancestor-file 👋

Version License: MIT Twitter: hata6502

A CLI to find a file from the ancestor directories.

Install

npm install -g ancestor-file

Usage

$ cd ~/example
$ ls -a
.  ..  .env  directory
$ cd directory
$ anc .env
/home/user/example/.env

Author

Tomoyuki Hata Tomoyuki Hata

🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page.

Show your support

Give a ⭐️ if this project helped you!

📝 License

Copyright © 2021 Tomoyuki Hata.
This project is MIT licensed.


This README was generated with ❤️ by readme-md-generator