Skip to content

Commit ae764b5

Browse files
committed
touch up docs
1 parent 5f999ee commit ae764b5

File tree

2 files changed

+17
-5
lines changed

2 files changed

+17
-5
lines changed

website/docs/api/codeshift-cli.mdx

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff 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/[email protected] --sequence /project/src`
105+
94106
### --ignore-pattern
95107

96108
Ignore files that match a provided glob expression

website/src/pages/index.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)