1.0.1 • Published 5 years ago
ignore-files v1.0.1
A CLI to ignore files by .*ignore.
Install
npm install -g ignore-filesUsage
$ zsh -c "echo **/*.ts" | ignore .gitignore
src/index.tsTo use bash only, use globstar.
Application
For tools that don't support .*ignore
verilator --lint-only -Wall $(echo **/*.v | ignore .gitignore)Build
npx tscFormat
npm run fixRun tests
npm testAuthor
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