File tree Expand file tree Collapse file tree 2 files changed +17
-5
lines changed Expand file tree Collapse file tree 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
8080
8181### --extensions, -e
8282
83- Transform files with these file extensions (comma separated list)
83+ Transform files with these file extensions (comma separated list).
8484
8585** default:**
8686
@@ -91,6 +91,18 @@ Transform files with these file extensions (comma separated list)
9191- ` $ codeshift --extensions ts,tsx /project/src/file.js `
9292- ` $ codeshift -e js /project/src/file.js `
9393
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/button@3.0.0 --sequence /project/src `
105+
94106### --ignore-pattern
95107
96108Ignore 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() {
5454 </ span > { ' ' }
5555 < h3 > Publish</ h3 >
5656 < p >
57- Create, test and publish your own codemods for your users
57+ Create, test and publish your own codemods for your users.
5858 </ p >
5959 </ div >
6060 </ div >
@@ -69,7 +69,7 @@ export default function Home() {
6969 </ span > { ' ' }
7070 < h3 > Up-skill</ h3 >
7171 < p >
72- Up-skill your engineering team using our guides & resources
72+ Up-skill your engineering team using our guides & resources .
7373 </ p >
7474 </ div >
7575 </ div >
@@ -85,7 +85,7 @@ export default function Home() {
8585 < h3 > Go fast</ h3 >
8686 < p >
8787 Use our helpers & testing utilities to make writing codemods
88- a breeze
88+ a breeze .
8989 </ p >
9090 </ div >
9191 </ div >
@@ -101,7 +101,7 @@ export default function Home() {
101101 < h3 > Registry</ h3 >
102102 < p >
103103 Explore an extensive list of codemods contributed by the
104- community
104+ community.
105105 </ p >
106106 </ div >
107107 </ div >
You can’t perform that action at this time.
0 commit comments