1.0.1 • Published 3 years ago

ignore-files v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

A CLI to ignore files by .*ignore.

Install

npm install -g ignore-files

Usage

$ zsh -c "echo **/*.ts" | ignore .gitignore
src/index.ts

To use bash only, use globstar.

Application

For tools that don't support .*ignore

verilator --lint-only -Wall $(echo **/*.v | ignore .gitignore)

Build

npx tsc

Format

npm run fix

Run tests

npm test

Author

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