Skip to content

Commit

Permalink
docs: Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Sidnioulz authored Dec 21, 2024
1 parent e2852bd commit 8d13aaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# vue-sfcmod

![Status: Experimental](https://img.shields.io/badge/status-experimental-thistle) ![GitHub last commit](https://img.shields.io/github/last-commit/Sidnioulz/vue-sfcmod/main) ![GitHub commit activity](https://img.shields.io/github/commit-activity/m/Sidnioulz/vue-sfcmod) [![Continuous Integration](https://github.com/Sidnioulz/vue-sfcmod/actions/workflows/continuous-integration.yml/badge.svg)](https://github.com/Sidnioulz/vue-sfcmod/actions/workflows/continuous-integration.yml) [![codecov](https://codecov.io/gh/Sidnioulz/vue-sfcmod/graph/badge.svg?token=4SX3N57XH3)](https://codecov.io/gh/Sidnioulz/vue-sfcmod) ![npm](https://img.shields.io/npm/v/vue-sfcmod)
![Status: Not actively maintained](https://img.shields.io/badge/status-Not_actively_maintained-orangered) ![GitHub last commit](https://img.shields.io/github/last-commit/Sidnioulz/vue-sfcmod/main) ![GitHub commit activity](https://img.shields.io/github/commit-activity/m/Sidnioulz/vue-sfcmod) [![Continuous Integration](https://github.com/Sidnioulz/vue-sfcmod/actions/workflows/continuous-integration.yml/badge.svg)](https://github.com/Sidnioulz/vue-sfcmod/actions/workflows/continuous-integration.yml) [![codecov](https://codecov.io/gh/Sidnioulz/vue-sfcmod/graph/badge.svg?token=4SX3N57XH3)](https://codecov.io/gh/Sidnioulz/vue-sfcmod) ![npm](https://img.shields.io/npm/v/vue-sfcmod)

`vue-sfcmod` is a framework for codemodding Vue 3 Single-File Components. It aims to support `<script>` codemods for both JavaScript and TypeScript with [JSCodeshift](https://github.com/facebook/jscodeshift), `<template>` codemods with the [Vue compiler](https://github.com/vuejs/core/tree/main/packages/compiler-sfc) and `<style>` codemods with tools to be determined.

Expand Down

0 comments on commit 8d13aaa

Please sign in to comment.