Skip to content
This repository has been archived by the owner on Feb 16, 2024. It is now read-only.

Rename Intuita to Codemod.com #563

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"login": "alex-from-intuita",
"name": "Alex Bit",
"avatar_url": "https://avatars.githubusercontent.com/u/78109534?v=4",
"profile": "https://intuita.io/",
"profile": "https://codemod.com/",
"contributions": [
"code",
"doc"
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
contact_links:
- name: Questions
url: https://intuita.io/community
url: https://codemod.com/community
about: Ask us any questions on our Slack community.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Changelog

This page lists highlights, releases, bug fixes, and progress for Intuita Codemod Registry.
This page lists highlights, releases, bug fixes, and progress for Codemod.com's Codemod Registry.

> **Tip:** If there are features you would like to see in the upcoming releases, please let us know though our [feedback page](https://feedback.intuita.io), or directly through our [Slack community](https://intuita.io/community).
> **Tip:** If there are features you would like to see in the upcoming releases, please let us know though our [feedback page](https://feedback.codemod.com), or directly through our [Slack community](https://codemod.com/community).

## December 1, 2023

Expand Down
2 changes: 1 addition & 1 deletion CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ representative at an online or offline event.

Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported to the community leaders responsible for enforcement at
community@intuita.io.
community@codemod.com.
All complaints will be reviewed and investigated promptly and fairly.

All community leaders are obligated to respect the privacy and security of the
Expand Down
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Thanks for your interest in contributing to the Codemod Registry 🙌

Codemod Registry is an open-source, community-first, and community-powered project made for developers, by developers.

If you would like to contribute to the Codemod Registry, please [follow our contribution guide](https://docs.intuita.io/docs/codemod-registry/importing-codemods). Please note that once you create a pull request, you will be asked to sign our Contributor License Agreement.
If you would like to contribute to the Codemod Registry, please [follow our contribution guide](https://docs.codemod.com/docs/codemod-registry/importing-codemods). Please note that once you create a pull request, you will be asked to sign our Contributor License Agreement.

If you are a codemod builder and/or interested in codemods, please [join our community](https://intuita.io/community)!
If you are a codemod builder and/or interested in codemods, please [join our community](https://codemod.com/community)!

If you are not a codemod developer, but you would like to have the community contribute on developing a codemod you’re interested in, then feel free to [request a codemod here](https://feedback.intuita.io/codemod-requests).
If you are not a codemod developer, but you would like to have the community contribute on developing a codemod you’re interested in, then feel free to [request a codemod here](https://feedback.codemod.com/codemod-requests).
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@

Codemod Registry is an open-source, single-stop repository for codemods and code automation recipes. Codemod Registry brings an ever-growing variety of helpful codemods all in one place.

Codemods available in Codemod Registry are automatically integrated into [Intuita's platform](https://docs.intuita.io/docs/intro) and all developers who have Intuita's CLI or IDE extension can then discover, share, and run those codemods with a single click.
Codemods available in Codemod Registry are automatically integrated into [Intuita's platform](https://docs.codemod.com/docs/intro) and all developers who have Intuita's CLI or IDE extension can then discover, share, and run those codemods with a single click.

Currently, Intuita's platform supports `jscodeshift`, `ts-morph`, and Uber's Piranha codemod engines. If you would like to see a specific codemod engine supported, please [leave us a feature request](https://feedback.intuita.io/feature-requests-and-bugs).
Currently, Intuita's platform supports `jscodeshift`, `ts-morph`, and Uber's Piranha codemod engines. If you would like to see a specific codemod engine supported, please [leave us a feature request](https://feedback.codemod.com/feature-requests-and-bugs).

If there is a codemod you would like to see available in Codemod Registry, please consider opening a PR to add the codemod. Learn [more about contributing here](#contributing).

## Why use Codemod Registry

Adding or using codemods in Codemod Registry allows for:

🔗 Automatic integration with the Intuita [CLI](https://docs.intuita.io/docs/cli/quickstart) and [VS Code extension](https://marketplace.visualstudio.com/items?itemName=Intuita.intuita-vscode-extension).
🔗 Automatic integration with the Intuita [CLI](https://docs.codemod.com/docs/cli/quickstart) and [VS Code extension](https://marketplace.visualstudio.com/items?itemName=Intuita.intuita-vscode-extension).

:octocat: Ensuring codemods are reviewed and improved by [a community of codemod experts](https://join.slack.com/t/intuita-inc/shared_invite/zt-1tvxm6ct0-mLZld_78yguDYOSM7DM7Cw).

Expand Down Expand Up @@ -59,18 +59,18 @@ All codemods in the registry are automatically distributed to Intuita's CLI and

To run any codemod in the registry, you can:

- [Run codemod using Intuita VS Code extension](https://docs.intuita.io/docs/vs-code-extension/advanced-usage#dry-running-codemods).
- [Run codemod using Intuita CLI](https://docs.intuita.io/docs/cli/quickstart).
- [Run codemod using Intuita VS Code extension](https://docs.codemod.com/docs/vs-code-extension/advanced-usage#dry-running-codemods).
- [Run codemod using Intuita CLI](https://docs.codemod.com/docs/cli/quickstart).

## Contributing

Codemod Registry is an open-source, community-first, and community-powered project made for developers, by developers.

If you would like to contribute to the Codemod Registry, please [follow our contribution guide](https://docs.intuita.io/docs/codemod-registry/importing-codemods). Please note that once you create a pull request, you will be asked to sign our Contributor License Agreement.
If you would like to contribute to the Codemod Registry, please [follow our contribution guide](https://docs.codemod.com/docs/codemod-registry/importing-codemods). Please note that once you create a pull request, you will be asked to sign our Contributor License Agreement.

If you are a codemod builder and/or interested in codemods, please [join our community](https://intuita.io/community)!
If you are a codemod builder and/or interested in codemods, please [join our community](https://codemod.com/community)!

If you are not a codemod developer, but you would like to have the community contribute on developing a codemod you’re interested in, then feel free to [request a codemod here](https://feedback.intuita.io/codemod-requests).
If you are not a codemod developer, but you would like to have the community contribute on developing a codemod you’re interested in, then feel free to [request a codemod here](https://feedback.codemod.com/codemod-requests).

## Contributors ✨

Expand All @@ -85,7 +85,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
<td align="center" valign="top" width="14.28%"><a href="https://maxleiter.com/"><img src="https://avatars.githubusercontent.com/u/8675906?v=4?s=100" width="100px;" alt="Max Leiter"/><br /><sub><b>Max Leiter</b></sub></a><br /><a href="https://github.com/codemod-com/codemod-registry/commits?author=MaxLeiter" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://medium.com/@greg-pabian/"><img src="https://avatars.githubusercontent.com/u/35925521?v=4?s=100" width="100px;" alt="Greg Pabian"/><br /><sub><b>Greg Pabian</b></sub></a><br /><a href="https://github.com/codemod-com/codemod-registry/commits?author=grzpab" title="Code">💻</a> <a href="https://github.com/codemod-com/codemod-registry/issues?q=author%3Agrzpab" title="Bug reports">🐛</a> <a href="https://github.com/codemod-com/codemod-registry/commits?author=grzpab" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/DmytroHryshyn"><img src="https://avatars.githubusercontent.com/u/125881252?v=4?s=100" width="100px;" alt="DmytroHryshyn"/><br /><sub><b>DmytroHryshyn</b></sub></a><br /><a href="https://github.com/codemod-com/codemod-registry/commits?author=DmytroHryshyn" title="Code">💻</a> <a href="https://github.com/codemod-com/codemod-registry/issues?q=author%3ADmytroHryshyn" title="Bug reports">🐛</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://intuita.io/"><img src="https://avatars.githubusercontent.com/u/78109534?v=4?s=100" width="100px;" alt="Alex Bit"/><br /><sub><b>Alex Bit</b></sub></a><br /><a href="https://github.com/codemod-com/codemod-registry/commits?author=alex-from-intuita" title="Code">💻</a> <a href="https://github.com/codemod-com/codemod-registry/commits?author=alex-from-intuita" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://codemod.com/"><img src="https://avatars.githubusercontent.com/u/78109534?v=4?s=100" width="100px;" alt="Alex Bit"/><br /><sub><b>Alex Bit</b></sub></a><br /><a href="https://github.com/codemod-com/codemod-registry/commits?author=alex-from-intuita" title="Code">💻</a> <a href="https://github.com/codemod-com/codemod-registry/commits?author=alex-from-intuita" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/hbjORbj"><img src="https://avatars.githubusercontent.com/u/32841130?v=4?s=100" width="100px;" alt="Benny Joo"/><br /><sub><b>Benny Joo</b></sub></a><br /><a href="https://github.com/codemod-com/codemod-registry/commits?author=hbjORbj" title="Code">💻</a> <a href="https://github.com/codemod-com/codemod-registry/issues?q=author%3AhbjORbj" title="Bug reports">🐛</a> <a href="https://github.com/codemod-com/codemod-registry/commits?author=hbjORbj" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/mohab-sameh"><img src="https://avatars.githubusercontent.com/u/37941642?v=4?s=100" width="100px;" alt="Mohab Sameh"/><br /><sub><b>Mohab Sameh</b></sub></a><br /><a href="https://github.com/codemod-com/codemod-registry/commits?author=mohab-sameh" title="Code">💻</a> <a href="https://github.com/codemod-com/codemod-registry/commits?author=mohab-sameh" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://zergus.github.io/"><img src="https://avatars.githubusercontent.com/u/5468045?v=4?s=100" width="100px;" alt="Serhii Melnyk"/><br /><sub><b>Serhii Melnyk</b></sub></a><br /><a href="#ideas-Zergus" title="Ideas, Planning, & Feedback">🤔</a></td>
Expand Down
6 changes: 3 additions & 3 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

## Reporting a Vulnerability

The Intuita team and community take security bugs seriously. We appreciate your efforts to responsibly disclose your findings, and will make every effort to acknowledge your contributions.
The Codemod.com team and community take security bugs seriously. We appreciate your efforts to responsibly disclose your findings, and will make every effort to acknowledge your contributions.

To report a security issue, please use the [issues page](https://github.com/codemod-com/codemod-registry/issues) or the [Slack channel](https://intuita.io/community).
To report a security issue, please use the [issues page](https://github.com/codemod-com/codemod-registry/issues) or the [Slack channel](https://codemod.com/community).

The Intuita team may send a response indicating the next steps in handling your report. After the initial reply to your report, the team may keep you informed of the progress towards a fix and full announcement, and may ask for additional information or guidance.
The Codemod.com team may send a response indicating the next steps in handling your report. After the initial reply to your report, the team may keep you informed of the progress towards a fix and full announcement, and may ask for additional information or guidance.

## Supported Versions

Expand Down
2 changes: 1 addition & 1 deletion codemods/Go/remove-unnecessary-nested-block/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"name": "Remove Unnecessary Nested Block",
"engine": "piranha",
"language": "go",
"owner": "intuita"
"owner": "Codemod.com"
}
2 changes: 1 addition & 1 deletion codemods/Java/delete-unused-fields/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"name": "Delete Unused Fields",
"engine": "piranha",
"language": "java",
"owner": "intuita"
"owner": "Codemod.com"
}
2 changes: 1 addition & 1 deletion codemods/bull/bullmq/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,5 +133,5 @@ v1.0.0

### Owner

[Intuita](https://github.com/codemod-com)
[Codemod.com](https://github.com/codemod-com)

Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ ts-morph

### Owner

[Intuita](https://github.com/codemod-com)
[Codemod.com](https://github.com/codemod-com)

### Links for more info

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"description": "This codemod provides boilerplate for the app directory.",
"engine": "filemod",
"dependencyVersionLowerThan": ["next", "13.0.0"],
"owner": "intuita"
"owner": "Codemod.com"
}
2 changes: 1 addition & 1 deletion codemods/cal.com/generate-metadata-tests-calcom/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ filemod

### Owner

[Intuita](https://github.com/codemod-com)
[Codemod.com](https://github.com/codemod-com)
2 changes: 1 addition & 1 deletion codemods/cal.com/generate-url-patterns/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ filemod

### Owner

[Intuita](https://github.com/codemod-com)
[Codemod.com](https://github.com/codemod-com)
2 changes: 1 addition & 1 deletion codemods/i18n/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ Intuita File Transformation Engine

### Owner

[Intuita](https://github.com/codemod-com)
[Codemod.com](https://github.com/codemod-com)
2 changes: 1 addition & 1 deletion codemods/i18n/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"description": "This codemod removes unused translation phrases from i18n resources",
"engine": "filemod",
"dependencyVersionLowerThan": [],
"owner": "intuita"
"owner": "Codemod.com"
}
2 changes: 1 addition & 1 deletion codemods/jest/vitest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ v1.0.0

### Owner

[Intuita](https://github.com/codemod-com)
[Codemod.com](https://github.com/codemod-com)

2 changes: 1 addition & 1 deletion codemods/mocha/vitest/migrate-configuration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,5 +140,5 @@ v1.0.0

### Owner

[Intuita](https://github.com/codemod-com)
[Codemod.com](https://github.com/codemod-com)

2 changes: 1 addition & 1 deletion codemods/mocha/vitest/migrate-tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ v1.0.0

### Owner

[Intuita](https://github.com/codemod-com)
[Codemod.com](https://github.com/codemod-com)

### Links for more info
2 changes: 1 addition & 1 deletion codemods/mocha/vitest/recipe/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ v1.0.0

### Owner

[Intuita](https://github.com/codemod-com)
[Codemod.com](https://github.com/codemod-com)
2 changes: 1 addition & 1 deletion codemods/msw/2/callback-signature/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Up to 10 minutes per occurrence

### Owner

[Intuita](https://github.com/codemod-com)
[Codemod.com](https://github.com/codemod-com)

### Links for more info
- https://mswjs.io/docs/migrations/1.x-to-2.x/#request-changes
2 changes: 1 addition & 1 deletion codemods/msw/2/ctx-fetch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ v1.0.0

### Owner

[Intuita](https://github.com/codemod-com)
[Codemod.com](https://github.com/codemod-com)

### Links for more info

Expand Down
2 changes: 1 addition & 1 deletion codemods/msw/2/imports/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ v1.0.0

### Owner

[Intuita](https://github.com/codemod-com)
[Codemod.com](https://github.com/codemod-com)

### Links for more info

Expand Down
2 changes: 1 addition & 1 deletion codemods/msw/2/lifecycle-events-signature/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ v1.0.0

### Owner

[Intuita](https://github.com/codemod-com)
[Codemod.com](https://github.com/codemod-com)

### Links for more info

Expand Down
2 changes: 1 addition & 1 deletion codemods/msw/2/print-handler/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ v1.0.0

### Owner

[Intuita](https://github.com/codemod-com)
[Codemod.com](https://github.com/codemod-com)

### Links for more info

Expand Down
2 changes: 1 addition & 1 deletion codemods/msw/2/req-passthrough/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ v1.0.0

### Owner

[Intuita](https://github.com/codemod-com)
[Codemod.com](https://github.com/codemod-com)

### Links for more info

Expand Down
2 changes: 1 addition & 1 deletion codemods/msw/2/request-changes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Up to 15 minutes per occurrence

### Owner

[Intuita](https://github.com/codemod-com)
[Codemod.com](https://github.com/codemod-com)

### Links for more info

Expand Down
2 changes: 1 addition & 1 deletion codemods/msw/2/response-usages/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ Up to 10 minutes per occurrence

### Owner

[Intuita](https://github.com/codemod-com)
[Codemod.com](https://github.com/codemod-com)

### Links for more info

Expand Down
2 changes: 1 addition & 1 deletion codemods/msw/2/type-args/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,4 +116,4 @@ v1.0.0

### Owner

[Intuita](https://github.com/codemod-com)
[Codemod.com](https://github.com/codemod-com)
2 changes: 1 addition & 1 deletion codemods/msw/2/upgrade-recipe/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Depending on the size of the project, this recipe can save up to 6 hours of dedi

### Owner

[Intuita](https://github.com/codemod-com)
[Codemod.com](https://github.com/codemod-com)

### Links for more info

Expand Down
2 changes: 1 addition & 1 deletion codemods/netlify-sdk/0.8.1/addBuildEventContext/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jscodeshift

### Owner

[Intuita](https://github.com/codemod-com)
[Codemod.com](https://github.com/codemod-com)

### Links for more info

Expand Down
2 changes: 1 addition & 1 deletion codemods/netlify-sdk/0.8.1/addBuildEventHandler/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jscodeshift

### Owner

[Intuita](https://github.com/codemod-com)
[Codemod.com](https://github.com/codemod-com)

### Links for more info

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jscodeshift

### Owner

[Intuita](https://github.com/codemod-com)
[Codemod.com](https://github.com/codemod-com)

### Links for more info

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jscodeshift

### Owner

[Intuita](https://github.com/codemod-com)
[Codemod.com](https://github.com/codemod-com)

### Links for more info

Expand Down
2 changes: 1 addition & 1 deletion codemods/netlify-sdk/0.8.1/exportZod/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jscodeshift

### Owner

[Intuita](https://github.com/codemod-com)
[Codemod.com](https://github.com/codemod-com)

### Links for more info

Expand Down
2 changes: 1 addition & 1 deletion codemods/netlify-sdk/0.8.4/addApiHandler/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jscodeshift

### Owner

[Intuita](https://github.com/codemod-com)
[Codemod.com](https://github.com/codemod-com)

### Links for more info

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jscodeshift

### Owner

[Intuita](https://github.com/codemod-com)
[Codemod.com](https://github.com/codemod-com)

### Links for more info

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jscodeshift

### Owner

[Intuita](https://github.com/codemod-com)
[Codemod.com](https://github.com/codemod-com)

### Links for more info

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jscodeshift

### Owner

[Intuita](https://github.com/codemod-com)
[Codemod.com](https://github.com/codemod-com)

### Links for more info

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jscodeshift

### Owner

[Intuita](https://github.com/codemod-com)
[Codemod.com](https://github.com/codemod-com)

### Links for more info

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jscodeshift

### Owner

[Intuita](https://github.com/codemod-com)
[Codemod.com](https://github.com/codemod-com)

### Links for more info

Expand Down
Loading
Loading