File tree 2 files changed +17
-5
lines changed
2 files changed +17
-5
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ tsx is a superset of JavaScript + JSX and should be the most sensible default fo
80
80
81
81
### --extensions, -e
82
82
83
- Transform files with these file extensions (comma separated list)
83
+ Transform files with these file extensions (comma separated list).
84
84
85
85
** default:**
86
86
@@ -91,6 +91,18 @@ Transform files with these file extensions (comma separated list)
91
91
- ` $ codeshift --extensions ts,tsx /project/src/file.js `
92
92
- ` $ codeshift -e js /project/src/file.js `
93
93
94
+ ### --sequence, -s
95
+
96
+ If the package flag is provided, runs all transforms from the provided version to the latest.
97
+
98
+ ** default:**
99
+
100
+ ` false `
101
+
102
+ ** example:**
103
+
104
+ - ` $ codeshift --packages @atlaskit/[email protected] --sequence /project/src `
105
+
94
106
### --ignore-pattern
95
107
96
108
Ignore files that match a provided glob expression
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ export default function Home() {
54
54
</ span > { ' ' }
55
55
< h3 > Publish</ h3 >
56
56
< p >
57
- Create, test and publish your own codemods for your users
57
+ Create, test and publish your own codemods for your users.
58
58
</ p >
59
59
</ div >
60
60
</ div >
@@ -69,7 +69,7 @@ export default function Home() {
69
69
</ span > { ' ' }
70
70
< h3 > Up-skill</ h3 >
71
71
< p >
72
- Up-skill your engineering team using our guides & resources
72
+ Up-skill your engineering team using our guides & resources .
73
73
</ p >
74
74
</ div >
75
75
</ div >
@@ -85,7 +85,7 @@ export default function Home() {
85
85
< h3 > Go fast</ h3 >
86
86
< p >
87
87
Use our helpers & testing utilities to make writing codemods
88
- a breeze
88
+ a breeze .
89
89
</ p >
90
90
</ div >
91
91
</ div >
@@ -101,7 +101,7 @@ export default function Home() {
101
101
< h3 > Registry</ h3 >
102
102
< p >
103
103
Explore an extensive list of codemods contributed by the
104
- community
104
+ community.
105
105
</ p >
106
106
</ div >
107
107
</ div >
You can’t perform that action at this time.
0 commit comments