Skip to content

add ast-grep tool #1672

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 23, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 37 additions & 0 deletions data/tools/ast-grep.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
name: ast-grep
categories:
- linter
tags:
- c
- csharp
- go
- java
- lua
- javascript
- json
- jsx
- kotlin
- python
- ruby
- rust
- typescript
- yaml
license: MIT
types:
- cli
- ide-plugin
source: 'https://github.com/ast-grep/ast-grep'
homepage: 'https://ast-grep.github.io/'
resources:
- title: ast-grep Quick Start Guide
url: https://ast-grep.github.io/guide/quick-start.html
description: >-
ast-grep is a powerful tool designed for managing code at scale using
Abstract Syntax Trees (AST). Think of it as a hybrid of grep, eslint, and codemod,
with the ability to search, lint, and rewrite code based on its structure rather than plain text.

It supports multiple languages and is designed to be extensible, allowing you to register custom languages.
reviews:
- https://stackshare.io/ast-grep
demos:
- https://ast-grep.github.io/playground.html
Loading