vue-class-migrator
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "vue-class-migrator", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"author": "Victor Cuena Garcia <victor.cuenagarcia@getyourguide.com>", | ||
@@ -5,0 +5,0 @@ "description": "CLI tool to help migrating vue class components to vue 3 compatible components.", |
@@ -8,3 +8,3 @@ | ||
## Migrator CLI Tool | ||
## Vue Class Migrator CLI | ||
@@ -21,3 +21,3 @@ Vue Class Migrator is a utility designed to facilitate the migration of Vue and TypeScript files using the `@component` decorator from `vue-class-components` to the `defineComponent` format. Under the hood, it employs `ts-morph` for parsing and generating files. | ||
### Hot to use the tool | ||
### How to use the tool | ||
@@ -24,0 +24,0 @@ Accepted options |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
69289