ignore-files

1.0.1 • Public • Published

Welcome to ignore-files 👋

Version License: MIT Twitter: hata6502

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 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

/ignore-files/

    Package Sidebar

    Install

    npm i ignore-files

    Weekly Downloads

    4

    Version

    1.0.1

    License

    MIT

    Unpacked Size

    5.93 kB

    Total Files

    5

    Last publish

    Collaborators

    • hata6502