beq

0.0.32 • Public • Published

beq

File manipulation utilities for frontend!

Commands:

ff

Find files (file paths to components) recursively.

-e <type> Specify extension of files to search (default: tsx)

-w <keyword> Specify keyword of approval in file (default: React)

Examples

Find capitalized .tsx files with React keyword in its content:

npx beq ff

Find capitalized .js files with Vue keyword in its content:

npx beq ff -e js -w Vue

li

List imports recursively.

-e <type> Specify extension of files to search (default: tsx)

-f Includes path to the file

Examples

List all imports from .tsx files:

npx beq li

List all imports from .js files:

npx beq li -e js

List all imports from .tsx files including path to the file:

npx beq li -f

List of ignore cases.

Package Sidebar

Install

npm i beq

Weekly Downloads

1

Version

0.0.32

License

SEE LICENSE IN LICENSE

Unpacked Size

6.74 kB

Total Files

12

Last publish

Collaborators

  • the.final.frontend