Skip to content

fix: extension support #3

Description

@thatonevikash

In caselyjs v1.0.1, it became a CLI.

But it has still some limitation like-

By default it operates on .js, .jsx, .ts, .tsx files.

If codebase contains any other files with different extentions. It ignores that which is fine so that it will not operate on essential json files or config files .

There must be a config file which will contain all the necessary files name and directories name that should be avoided by default.
Accross different different environments of codebase eg. a codebase can be a nextjs, vitejs, vuejs, django, flask, springboot etc.

Also it can contain some dependency specific files eg. .eslintrc .prettierrc, nodemon.json etc.


It should provide --ext . for accessing all the files within the directory excluding blocked files in the above.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureA new feature in the queue

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions