Skip to content

Commit 5601495

Browse files
Update authoring.mdx
1 parent 6fd5778 commit 5601495

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

website/docs/authoring.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,14 @@ Given that the config and codemod files are then published and available on NPM,
3838

3939
Use this method if you want:
4040

41+
- Open or closed sourced packages
4142
- To get up and running with an existing package with very little overhead
4243
- Control over where and how your codeshift package is hosted
4344
- Control over tooling, dependencies and techstack
4445
- To remove a previously created `jscodeshift` cli wrapper and instead use the generic `codeshift` cli
4546

4647
Do not use this method if:
4748

48-
- Your package is close sourced
4949
- You want docs to be automatically generated and available on the [Regisistry page](atlaskit__avatar)
5050

5151
## 3. Create a stand-alone codeshift package
@@ -56,6 +56,7 @@ _Please see the [External Packages guide](external-packages) for more informatio
5656

5757
Use this method if you want:
5858

59+
- Open or closed sourced packages
5960
- Control over where and how your codeshift package is hosted
6061
- Control over tooling, dependencies and techstack
6162
- The option to create completely generic codemods that don't target specific packages

0 commit comments

Comments
 (0)