https://github.com/ntnyq/eslint-ast-explorer
:apple: eslint-ast-explorer
https://github.com/ntnyq/eslint-ast-explorer
ast ast-explorer eslint eslint-ast
Last synced: 6 months ago
JSON representation
:apple: eslint-ast-explorer
- Host: GitHub
- URL: https://github.com/ntnyq/eslint-ast-explorer
- Owner: ntnyq
- License: mit
- Created: 2024-11-18T08:45:22.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-04-07T06:38:39.000Z (6 months ago)
- Last Synced: 2025-04-07T07:31:48.347Z (6 months ago)
- Topics: ast, ast-explorer, eslint, eslint-ast
- Language: TypeScript
- Homepage: https://eslint-ast-explorer.ntnyq.com
- Size: 982 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# eslint-ast-explorer
[](https://github.com/ntnyq/eslint-ast-explorer/actions)
[](https://github.com/ntnyq/eslint-ast-explorer/blob/main/LICENSE)> :apple: ESLint AST explorer.
## Commands
```bash
# install dependencies
pnpm install# start dev server
pnpm run dev# SSR
pnpm run build# SSG
pnpm run generate# local preview
pnpm run preview
```## Credits
- Most of source code is copied from [ast-explorer](https://github.com/sxzz/ast-explorer)
## License
[MIT](./LICENSE) License © 2024-PRESENT [ntnyq](https://github.com/ntnyq)